Nuxt/test/fixtures/debug/nuxt.config.js

14 lines
161 B
JavaScript
Raw Normal View History

2017-10-30 03:30:47 +00:00
module.exports = {
router: {
base: '/test/'
},
debug: true,
build: {
scopeHoisting: true
},
2017-10-30 03:30:47 +00:00
editor: {
cmd: 'echo',
pattern: ''
}
}