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 5207a28 commit cf2c1a7Copy full SHA for cf2c1a7
lib/loader-features.js
@@ -38,7 +38,7 @@ const loaderFeatures = {
38
},
39
vue: {
40
method: 'enableVueLoader()',
41
- packages: ['vue-loader'],
+ packages: ['vue-loader', 'vue-template-compiler'],
42
description: 'load VUE files'
43
}
44
};
0 commit comments