Skip to content

Commit

Permalink
package 업데이트에 따른 오류 해결
Browse files Browse the repository at this point in the history
source-map 관련 버전, 의존성 오류로 보임.
webpack-contrib/babel-minify-webpack-plugin#68

gatsby에서 socurcemap을 비활성화하는 플러그인을 이용한 해결
gatsbyjs/gatsby#3817
  • Loading branch information
junhobaik committed Jun 30, 2019
1 parent a9e39d1 commit 6333f7d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@ module.exports = {
trackingId: config.googleAnalyticsTrackingId,
},
},
'gatsby-plugin-no-sourcemaps',
],
};
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"disqus-react": "^1.0.6",
"gatsby": "^2.11.5",
"gatsby-plugin-google-analytics": "^2.1.1",
"gatsby-plugin-no-sourcemaps": "^2.1.0",
"gatsby-plugin-react-helmet": "^3.1.0",
"gatsby-plugin-react-svg": "^2.1.1",
"gatsby-plugin-robots-txt": "^1.4.0",
Expand Down

0 comments on commit 6333f7d

Please sign in to comment.