2.0.0 (2021-02-14)
⚠ BREAKING CHANGES
new URL('./source.ext', import.meta.url)
syntax is using for importingsources
(i.e.src
/srcset
/etc) and theesModule
option istrue
by default, you can disable it by setting theesModule
option tofalse
- rename the
attributes
option tosources
- the
attributes.root
option was removed in favorresolve.roots
- minimum supported
webpack
version is5
- migrate from
htmlparser2
toparse5
Features
- handle more attribute for
meta
andlink
tags (348e4f5) - allow to disable default sources (#351) (480656f)