v2.0.0
·
137 commits
to master
since this release
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 theesModuleoption istrueby default, you can disable it by setting theesModuleoption tofalse- rename the
attributesoption tosources - the
attributes.rootoption was removed in favorresolve.roots - minimum supported
webpackversion is5 - migrate from
htmlparser2toparse5
Features
- handle more attribute for
metaandlinktags (348e4f5) - allow to disable default sources (#351) (480656f)