Remove commented out code
This commit is contained in:
parent
c3c47f170c
commit
412a7554c7
1 changed files with 0 additions and 2 deletions
|
@ -558,8 +558,6 @@ module.exports = (env, argv) => {
|
||||||
// Only output errors, warnings, or new compilations.
|
// Only output errors, warnings, or new compilations.
|
||||||
// This hides the massive list of modules.
|
// This hides the massive list of modules.
|
||||||
stats: 'minimal',
|
stats: 'minimal',
|
||||||
// hot: false,
|
|
||||||
// injectHot: false,
|
|
||||||
hotOnly: true,
|
hotOnly: true,
|
||||||
inline: true,
|
inline: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue