Skip to content

Commit

Permalink
disable show assets
Browse files Browse the repository at this point in the history
  • Loading branch information
partyk committed Dec 22, 2019
1 parent f20915f commit 1554566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = merge(
stats: {
// copied from `'minimal'`
all: false,
assets: true,
assets: false,
modules: true,
maxModules: 0,
errors: false, // disabled errors
Expand Down
2 changes: 1 addition & 1 deletion webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = merge(common, {
ignored: /node_modules/
},
plugins: [
plugins.bundleAnalyzer() // ,
plugins.bundleAnalyzer() //,
// plugins.dashboard()
// plugins.browserSync()
]
Expand Down

0 comments on commit 1554566

Please sign in to comment.