Skip to content

Commit 2aa5507

Browse files
committed
omit chunk info in dev server
1 parent 416fea2 commit 2aa5507

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/server.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ const app = express()
99
app.use(webpackDevMiddleware(webpack(WebpackConfig), {
1010
publicPath: '/__build__/',
1111
stats: {
12-
colors: true
12+
colors: true,
13+
chunks: false
1314
}
1415
}))
1516

0 commit comments

Comments
 (0)