mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
Fix server build.extend context
This commit is contained in:
parent
e4e5096ee2
commit
092d9cd0ab
@ -63,7 +63,7 @@ export default function () {
|
||||
|
||||
// Extend config
|
||||
if (typeof this.options.build.extend === 'function') {
|
||||
this.options.build.extend(config, {
|
||||
this.options.build.extend.call(this, config, {
|
||||
dev: this.dev,
|
||||
isServer: true
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user