Skip to content

Commit 4435352

Browse files
committed
applying fix in vuejs#1896
1 parent 335b8d4 commit 4435352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/plugin-webpack5.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class VueLoaderPlugin {
8585
)
8686
}
8787
rawVueRules = rawRule
88-
break
88+
continue
8989
}
9090
}
9191
if (!vueRules.length) {

0 commit comments

Comments
 (0)