Skip to content

Commit 035cb95

Browse files
committed
Reorder module rules. vue first, then html.
For some reason causes error vuejs/vue-loader#1246 if not declared this way...
1 parent fb7e96f commit 035cb95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/TypeScriptBuildTool.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/TypeScriptBuildTool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ export class TypeScriptBuildTool {
278278
module: {
279279
rules: [
280280
this.typescriptWebpackRules,
281-
this.templatesWebpackRules,
282281
this.vueWebpackRules,
282+
this.templatesWebpackRules,
283283
this.cssWebpackRules
284284
]
285285
},

0 commit comments

Comments
 (0)