pug-plugin
Advanced tools
Changelog
4.5.1 (2022-12-26)
data
in loader option when the self
loader option is true in the compile
methodChangelog
4.5.0 (2022-10-20)
?inline
query//- to inline CSS use exact the `?inline` query
style=require('./styles.scss?inline')
use Webpack config without the type asset/source
{
test: /\.(css|sass|scss)$/,
use: ['css-loader', 'sass-loader'],
}
Changelog
4.3.4 (2022-10-13)
output.path
as path.join(__dirname, 'dist')
output.filename
as [name].js
Changelog
4.3.3 (2022-10-11)
Changelog
4.3.2 (2022-09-11)
exports
fieldChangelog
4.3.0 (2022-09-03)
each in
and in each of
iteration objectChangelog
4.2.0 (2022-08-22)
info.filename
property of postprocess() argument for pug filesChangelog
4.1.1 (2022-08-12)
link(href=require('bootstrap') rel='stylesheet')