Skip to content

Commit

Permalink
Remove .yarn-integrity from webpack build dependencies
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
  • Loading branch information
marcelgerber and sokra committed Sep 11, 2020
1 parent 98e3ed7 commit 5c31959
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ module.exports = (env, argv) => {
buildDependencies: {
config: [
__filename,
path.resolve(__dirname, "node_modules/.yarn-integrity"),
],
},
},
Expand Down

0 comments on commit 5c31959

Please sign in to comment.