Closed mittalyashu closed 6 years ago
Same here...
as error said, missing pug
package
npm i -D pug
Please install the pug
before u start using pug-loader
Do we also need to use pug (package) inside the webpack config file too?
No.. no need.
Okay. Thanks
I know this issue is closed, but I wonder if a quick note could be added to the readme regarding adding the pug package?
This is what worked for me:
Install the pug
npm module
npm i -D pug
I'm sure things like this seem obvious, but a little documentation on installation would be really helpful.
Getting this error.
I was trying to use jade as a template in
HtmlWebpackPlugin
, but it's somehow not working.