-
Hi, I tried help here (https://github.com/pugjs/pug/issues/3164) before.
____
**Pug Version:** 2.0.4
**Node Version:** v11.10.0
## Input JavaScript Values
```js
new HtmlWebpackPlugin({ …
-
Hey there,
I am trying to require a .pug file, exporting to .html, from my .js files like so..
``` javascript
'use strict';
require('./index.pug')
```
which **should** generate ./dest/index.html
…
-
Hi, I'm using this loader with babel-loader as post loader of this one.
But it would break for the included `.pug` files after upgraded to Webpack 4.
The Webpack config I'm using:
```js
rules: …
-
### Feature Description
For development it is very noticeable that live reload works much slower than the native html build. Maybe any suggestions how to improve this?
### Use Case
_No response_
-
Hey,
Library still works great with pug@3.0.0, just wanted to see if we can get the peer dependency bumped to remove the warning, cheers.
@sokra
@TimothyGu
@simon04
-
Having index.pug in views and this in app.js:
module: {
rules: [{
test: /\.pug$/,
use: [{
loader: 'pug-static-loader',
options: {
_sp…
-
I've been trying to utilize the loader for the pug+webpack boilerplate,
but had problems to do so, even after extensive reading of
https://webpack.js.org/loaders/
and all documentation provided b…
-
I encountered this error whenever using pug in my app. I've surely installed ng-cli-pug-loader and it's dependencies(pug, pug-loader, apply-loader) though. Any ideas?
-
When the website attempts to load the inspector shows the following error:
Uncaught TypeError: this._input.charCodeAt is not a function
Here is my webpack config loader statement:
```
{test:…
-
Using the following webpack configuration, I am unable to use the provided global variables within the `pug` template file. This may be a misuse of the `globals` object, but coming from a previous Gul…