Skip to content

Commit 6ef4f84

Browse files
author
弘树
committed
fix eslint no-trailing-spaces
1 parent 654c338 commit 6ef4f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = function (content) {
2424
css: 'vue-style-loader!css-loader',
2525
js: 'babel-loader?presets[]=es2015&plugins[]=transform-runtime&comments=false'
2626
}
27-
27+
2828
this.cacheable()
2929
var loaderContext = this
3030
var options = this.options.vue || {}

0 commit comments

Comments
 (0)