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 654c338 commit 6ef4f84Copy full SHA for 6ef4f84
lib/loader.js
@@ -24,7 +24,7 @@ module.exports = function (content) {
24
css: 'vue-style-loader!css-loader',
25
js: 'babel-loader?presets[]=es2015&plugins[]=transform-runtime&comments=false'
26
}
27
-
+
28
this.cacheable()
29
var loaderContext = this
30
var options = this.options.vue || {}
0 commit comments