@webdiscus/pug-loader
Advanced tools
Changelog
1.0.0 (2021-10-19)
First release
pugjs/pug-loader
pugjs/pug-loader
at webpack startingpugjs/pug-loader
at webpack watching during compile changes in dependenciesresolve.alias
, work fine with and without the prefixes ~
or @
, e.g. this works:
extends UIComponents/layout.pug
extends ~UIComponents/layout.pug
extends @UIComponents/layout.pug
include UIComponents/mixins.pug
include ~UIComponents/mixins.pug
include @UIComponents/mixins.pug
include:markdown-it UIComponents/components.md
- const colors = require('UIComponents/colors.json')
img(src=require('UIComponents/image.jpeg'))
const tmpl = require('UIComponents/index.pug');