mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
update extend config
This commit is contained in:
parent
c026131558
commit
b2cba244b1
6
test/fixtures/with-config/nuxt.config.js
vendored
6
test/fixtures/with-config/nuxt.config.js
vendored
@ -10,7 +10,9 @@ module.exports = {
|
|||||||
num: 23,
|
num: 23,
|
||||||
string: 'Nuxt.js'
|
string: 'Nuxt.js'
|
||||||
},
|
},
|
||||||
extend (config, options) {
|
build: {
|
||||||
config.devtool = 'eval-source-map'
|
extend (config, options) {
|
||||||
|
config.devtool = 'nosources-source-map'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user