mirror of https://github.com/vector-im/riot-web
Merge pull request #12049 from vector-im/jryans/webpack-minimal
Change to minimal Webpack outputpull/12062/head
commit
9c258f9da9
|
@ -337,10 +337,9 @@ module.exports = (env, argv) => {
|
||||||
// serve unwebpacked assets from webapp.
|
// serve unwebpacked assets from webapp.
|
||||||
contentBase: './webapp',
|
contentBase: './webapp',
|
||||||
|
|
||||||
stats: {
|
// Only output errors, warnings, or new compilations.
|
||||||
// don't fill the console up with a mahoosive list of modules
|
// This hides the massive list of modules.
|
||||||
chunks: false,
|
stats: 'minimal',
|
||||||
},
|
|
||||||
|
|
||||||
// hot module replacement doesn't work (I think we'd need react-hot-reload?)
|
// hot module replacement doesn't work (I think we'd need react-hot-reload?)
|
||||||
// so webpack-dev-server reloads the page on every update which is quite
|
// so webpack-dev-server reloads the page on every update which is quite
|
||||||
|
|
Loading…
Reference in New Issue