mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 15:22:39 +00:00
revert uncessassary hacks
This commit is contained in:
parent
689fc092ff
commit
36b5b6ff33
@ -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
|
||||
)
|
||||
|
2
test/fixtures/ssr/nuxt.config.js
vendored
2
test/fixtures/ssr/nuxt.config.js
vendored
@ -8,6 +8,6 @@ module.exports = {
|
||||
},
|
||||
build: {
|
||||
stats: false,
|
||||
extractCSS: false // https://github.com/webpack/webpack/pull/6597
|
||||
extractCSS: true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user