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 importing- sources(i.e.- src/- srcset/etc) and the- esModuleoption is- trueby default, you can disable it by setting the- esModuleoption to- false
- 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)