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