We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134a353 commit 968b8abCopy full SHA for 968b8ab
lib/loader.js
@@ -23,7 +23,7 @@ module.exports = function (content) {
23
var defaultLoaders = {
24
html: 'vue-html-loader',
25
css: 'vue-style-loader!css-loader',
26
- js: 'babel-loader?presets[]=es2015&plugins[]=transform-runtime&comments=false'
+ js: 'babel-loader'
27
}
28
29
this.cacheable()
0 commit comments