Skip to content

Commit

Permalink
feat: Dev - hide info
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Nov 18, 2020
1 parent 9183861 commit b43174b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/webpack/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ const devConfig = {
historyApiFallback: true,
before: (app) => {
app.get('/env.js', getEnvMiddleware());
},
stats: {
assets: false,
chunks: false,
entrypoints: false,
children: false,
modules: false
}
},
optimization: {
Expand Down

0 comments on commit b43174b

Please sign in to comment.