Merge branch 'master' of github.com:nuxt/nuxt.js

This commit is contained in:
Sebastien Chopin 2017-04-05 15:39:28 +02:00
commit 7b4f499818

View File

@ -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
})