mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
Merge pull request #853 from 0pt1m1z3r/server-build-extend
Fix server build.extend context
This commit is contained in:
commit
e2dac5f3aa
@ -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