feat: handle <template lang="xxx"> with loaders
BREAKING CHANGE: <template lang="xxx"> are now handled with webpack loaders as well.
Showing
example/debugger.js
0 → 100644
example/test.pug
0 → 100644
| ... | ... | @@ -60,6 +60,7 @@ |
| "normalize-newline": "^3.0.0", | ||
| "postcss-loader": "^2.1.2", | ||
| "pug": "^2.0.1", | ||
| "pug-plain-loader": "^1.0.0", | ||
| "raw-loader": "^0.5.1", | ||
| "sass-loader": "^6.0.7", | ||
| "stylus": "^0.54.5", | ||
| ... | ... |
Please register or sign in to comment