-
-
Library have template on pug, but don't have pug-plain-loader in devDependencies. So I have install it separately. You should put it to devDependencies in library package.json file.
-
Hi! I'm using this for a simple Vue application, with the simplest possible stock webpack settings, and am not able to use pug-loader effectively. I can confirm the dep is there in ```node_modules```…
-
### Command
build, serve
### Description
In previous Angular versions, when using webpack-based builders, we had the ability to customize how component templates were processed (e.g., using third-p…
-
How can i use pug-plugin-css-modules with pug-html-loader webpack plugin
Help me please!
[https://github.com/willyelm/pug-html-loader](url)
-
I am using nuxt.js,..
when I use the component. its getting error like this.
![image](https://user-images.githubusercontent.com/38340100/101312882-db8f1c00-388f-11eb-8e6a-15ffd8b52063.png)
-
I have a controller in an AngularJS app with a popup dialog that uses a pug file to reference it. The code is:
`template: require('./mydialog.pug');`
This worked fine with my Webpack 1 and TypeS…
-
Hi!
I have following in my `webpack.config.js` module.rules section:
```
{
test: /\.pug/,
loader: 'pug-loader',
query: {
debug: true
}
}
```
When I run Webpack, I get:
```
(no…
-
When including a **.pug** file as a template in **HtmlWebpackPlugin**:
```
plugins: [
new HtmlWebpackPlugin({
template: '!!pug!./app/index.pug'
})
]
```
```
//- index.pug
doctype…
-
ERROR in ./src/index.pug
Module build failed: Error: Cannot find module '/Users/studentIvan/projects/frontend/src/node_modules/pug-runtime/index.js'
Why it searching node_modules not in webpack co…