html-loader
Advanced tools
Changelog
2.0.0 (2021-02-14)
new URL('./source.ext', import.meta.url)
syntax is using for importing sources
(i.e. src
/srcset
/etc) and the esModule
option is true
by default, you can disable it by setting the esModule
option to false
attributes
option to sources
attributes.root
option was removed in favor resolve.roots
webpack
version is 5
htmlparser2
to parse5
meta
and link
tags (348e4f5)