remove non-used option

This commit is contained in:
Sébastien Chopin 2016-12-01 19:02:17 +01:00
parent ba8327abf4
commit 496ecf1a80

View File

@ -43,11 +43,7 @@ class Nuxt {
linkActiveClass: 'router-link-active',
routes: []
},
build: {
filenames: {
css: 'style.css'
}
}
build: {}
}
if (options.loading === true) delete options.loading
if (typeof options.transition === 'string') options.transition = { name: options.transition }