Skip to content

v14.1.0

Compare
Choose a tag to compare
@sverweij sverweij released this 30 Sep 18:51
· 148 commits to main since this release
v14.1.0
a967043

✨ features

  • 32cad15 feature(init): adds 'module' field to enhancedResolve mainFields when current module is type:module (#846) - thanks to @JakeSidSmith for asking the question that led to this addition
  • ddd2ee6 feature(main|extract): adds builtInModules option to tweak what to consider built-in (/ core) modules (#847) - thanks again to @JakeSidSmith for providing the context to see why this would be a useful feature

📖 documentation

  • b92b79b doc(options): elaborates on how to use the mainFields attributes in ESM context

👷 maintenance

  • 7b28857 build(npm): updates external devDependencies
  • c2d731c refactor: renames functions that assert things so they reflect that (#848)
  • 48ce9ab refactor(extract): rewrites gatherInitialSources' reduce with flatMap (#842)