@webdiscus/pug-loader
Advanced tools
Changelog
2.9.5 (2022-12-22)
data
option when the self
options is true in compile methodChangelog
2.9.4 (2022-10-11)
Changelog
2.9.3 (2022-09-17)
Changelog
2.9.2 (2022-09-10)
exports
fieldenhanced-resolve
in peerDependencies
to avoid using incompatible version by other modulesChangelog
2.9.1 (2022-09-08)
Changelog
2.9.0 (2022-08-27)
if condition
img(src=require('./image1.png'))
else
img(src=require('./image2.png'))
+image(require('./logo.png'), 'logo')
each in
and in each of
iteration object, e.g. each [key, img] of new Map([['apple', require('./apple.png')], ['sony', require('./sony.png')]])
jest
v29 supports Node.js >= 14.15.0.Changelog
2.8.1 (2022-08-12)
watchFiles
optionlink(href=require('bootstrap') rel='stylesheet')
Changelog
2.8.0 (2022-08-03)