-
### Remove ng2-component-loader
Limits to `.component.ts` files, which are a recommended standard in ng2, but some don't adhere to recommended standards (me! IMO, .component.ts is a bloated name ex…
-
# Problems with this loader
Currently, the loader cannot use `htmlWebpackPlugin` values in ejs files.
It cannot simply use the data in individual files, but also the values provided by default by `h…
-
Hi.
I'm getting 16 blocks with this error on my fresh npm run dev:
`ERROR in ./~/vue-loader/lib/template-compiler?{"id":"data-v-304449b2"}!./~/vue-loader/lib/template-compiler/preprocessor.js?raw&…
-
Hello everyone, this error comes up when I import the component. I am using Vue version 2.6.11, and I also tried installing @vue/composition-api, but it does not work. I also tried to downgrade to ver…
-
Jade has been renamed to Pug, and it's appropriate for this module to depend on Pug instead of Jade now.
I also volunteer to maintain this under the umbrella of @pugjs, as we now do for [pug-loader](…
-
```
const webpack = require("webpack");
const path = require("path");
const glob = require("glob");
const PRODUCTION = process.env.NODE_ENV === "production";
const UglifyJsPlugin = require('uglif…
-
Wildcard import — causing error
Dot import — simple not working
```coffeescript
# Nuxt.js modules
modules:
[
'@nuxtjs/style-resources'
'./modules/coffeescript'
]
…
-
pug-loader 2.4 does not seem to support each..of of Pug 3.0, is there any solution?
### devDependencies
![image](https://user-images.githubusercontent.com/22760464/88873754-fac9cd00-d24f-11ea-9f70…
-
Hi, I have problem with bemto.pug when using with webpack 2 pug-loader. All files with only unbuffered code inside (helpers.pug and tag_metadata.pug) don't includes/compiles.
Only solution that I f…
-
I just run into a [problem](https://github.com/pugjs/pug-loader/issues/54) related to includes and variable scope from the parent partial.
``` pug
//- template1.pug
for myScopedVar in [1, 2, 3]
in…