Skip to content

Commit

Permalink
fix(loader): Remove enforce: pre artifact, breaks template ordering
Browse files Browse the repository at this point in the history
This was put in while debugging and wasn't removed. It breaks the template compilation for some scripts.
  • Loading branch information
harlan-zw committed Jun 25, 2021
1 parent 65a1c69 commit 8deb40b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ class WindiCSSWebpackPlugin {

return Boolean(compiler.$windyCSSService?.isDetectTarget(resource))
},
enforce: 'pre',
use: [{
ident: `${NAME}:template`,
loader: transformTemplateLoader,
Expand Down

0 comments on commit 8deb40b

Please sign in to comment.