lint: Fix lint issue

This commit is contained in:
Sébastien Chopin 2017-10-28 11:01:41 +02:00
parent 5081789a62
commit 0781814045
1 changed files with 1 additions and 2 deletions

View File

@ -41,9 +41,8 @@ export default function webpackBaseConfig (name) {
'~~': join(this.options.rootDir),
'@': join(this.options.srcDir),
'@@': join(this.options.rootDir),
// Used by vue-loader so we can use in templates
// with <img src="~/assets/nuxt.png" />
// with <img src="~/assets/nuxt.png"/>
'assets': join(this.options.srcDir, 'assets'),
'static': join(this.options.srcDir, 'static')
},