mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 23:32:38 +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,
|
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
|
||||||
)
|
)
|
||||||
|
2
test/fixtures/ssr/nuxt.config.js
vendored
2
test/fixtures/ssr/nuxt.config.js
vendored
@ -8,6 +8,6 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
stats: false,
|
stats: false,
|
||||||
extractCSS: false // https://github.com/webpack/webpack/pull/6597
|
extractCSS: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user