Skip to content

Commit 968b8ab

Browse files
authored
remove babel presets form loader
1 parent 134a353 commit 968b8ab

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
@@ -23,7 +23,7 @@ module.exports = function (content) {
2323
var defaultLoaders = {
2424
html: 'vue-html-loader',
2525
css: 'vue-style-loader!css-loader',
26-
js: 'babel-loader?presets[]=es2015&plugins[]=transform-runtime&comments=false'
26+
js: 'babel-loader'
2727
}
2828

2929
this.cacheable()

0 commit comments

Comments
 (0)