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, publicPath: this.options.build.publicPath,
stats: this.webpackStats, stats: this.webpackStats,
logLevel: 'silent', logLevel: 'silent',
watchOptions: this.options.watchers.webpack, watchOptions: this.options.watchers.webpack
watchOffset: 0 // Handled by time-fix-plugin
}, },
this.options.build.devMiddleware this.options.build.devMiddleware
) )

View File

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