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 2be5507 commit a37d5baCopy full SHA for a37d5ba
1 file changed
lib/plugin.js
@@ -25,6 +25,12 @@ module.exports = class VueLoaderPlugin {
25
)
26
}
27
28
+ if (vueRule.oneOf) {
29
+ throw new Error(
30
+ `vue-loader 15 currently does not support vue rules with oneOf.`
31
+ )
32
+ }
33
+
34
// find the normalized version of the vue rule
35
const normalizedVueRule = rawNormalizedRules[vueRuleIndex]
36
// get the normlized "use" for vue files
0 commit comments