@webdiscus/pug-loader
Advanced tools
Changelog
2.11.0 (2024-02-16)
14.x
of the markdown-it
in filtersmode
option. Use it instead of the DEPRECATED method
option name.method
option is renamed into mode
.
The method
option can be used until the next major version.mode
option: compile
, render
, html
.pug-compile
, pug-render
, pug-html
method/mode names are deprecated!
This method/mode names can be used until the next major version.partial.pug?render&text=Hello%20World%21
will be parsed the text
parameter as Hello World!
.pug loader
is used with html-webpack-plugin
,
for reasons of humanity the support of the html-webpack-plugin
still stay.Changelog
2.10.6 (2024-01-23)
Changelog
2.10.5 (2023-08-12)
icons.svg#home
, to watch dependenciesChangelog
2.10.4 (2023-03-10)
Changelog
2.10.3 (2023-03-04)
Changelog
2.10.1 (2023-01-15)
Changelog
2.10.0 (2023-01-03)
img&attributes({
src: require('./image.png'),
srcset: `${require('./image1.png')} 80w, ${require('./image2.png')} 90w`,
})
Changelog
2.9.7 (2022-12-25)