revert uncessassary hacks

This commit is contained in:
Pooya Parsa 2018-03-01 16:04:35 +03:30
parent 689fc092ff
commit 36b5b6ff33
2 changed files with 2 additions and 3 deletions

View File

@ -576,8 +576,7 @@ module.exports = class Builder {
publicPath: this.options.build.publicPath,
stats: this.webpackStats,
logLevel: 'silent',
watchOptions: this.options.watchers.webpack,
watchOffset: 0 // Handled by time-fix-plugin
watchOptions: this.options.watchers.webpack
},
this.options.build.devMiddleware
)

View File

@ -8,6 +8,6 @@ module.exports = {
},
build: {
stats: false,
extractCSS: false // https://github.com/webpack/webpack/pull/6597
extractCSS: true
}
}