mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-30 09:27:13 +00:00
Merge branch 'master' of github.com:nuxt/nuxt.js
This commit is contained in:
commit
7b4f499818
@ -105,7 +105,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,
|
||||||
isClient: true
|
isClient: true
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user