mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +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
|
// Extend config
|
||||||
if (typeof this.options.build.extend === 'function') {
|
if (typeof this.options.build.extend === 'function') {
|
||||||
this.options.build.extend(config, {
|
this.options.build.extend.call(this, config, {
|
||||||
dev: this.dev,
|
dev: this.dev,
|
||||||
isServer: true
|
isServer: true
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user