Questions tagged [pug-loader]

pug-loader is a webpack module used to compile Pug or Jade into HTML.

pug-loader is a webpack module used to compile Pug or Jade into HTML. This enables developers to use the simpler and less verbose Pug/Jade syntax to define their web pages, but still have the benefits of webpack dynamic packaging.

91 questions
0
votes
1 answer

Can't compile every .pug file in a folder using webpack

I'm trying to create a environment using Webpack with a techstack based on: pug, for template HTML sass, for CSS ES7 But I'm having issues creating pug HTML files. Here's a gist with my webpack.config.js file…
Gabriel Bueno
  • 480
  • 1
  • 4
  • 17
1 2 3 4 5 6
7