-
Notifications
You must be signed in to change notification settings - Fork 116
Description
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 by pugjs/pug-loader.
there are bi-directional redirections of the help sections from pug-loader to webpack/loaders,
I find the examples under the documentation sections - partial at best,
There are nice articles how to "tie-in" all the pieces together,
for example: https://extri.co/2017/05/23/using-htmlwebpackplugin-and-pug/
and https://itnext.io/webpack-4-write-pug-templates-c24e5ea07317,
and the nice github-issue - #97
Looks like webpack is the de facto standard of the current candlers and I suspect that providing official full covering documentation may be very beneficial for on-boarding pug and webpack newcomers.