mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
Add test for extend option
This commit is contained in:
parent
5fe01fdc0a
commit
c026131558
3
test/fixtures/with-config/nuxt.config.js
vendored
3
test/fixtures/with-config/nuxt.config.js
vendored
@ -9,5 +9,8 @@ module.exports = {
|
||||
bool: true,
|
||||
num: 23,
|
||||
string: 'Nuxt.js'
|
||||
},
|
||||
extend (config, options) {
|
||||
config.devtool = 'eval-source-map'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user