Skip to content

Releases: liady/webpack-node-externals

v3.0.0

23 Apr 21:12
Compare
Choose a tag to compare

Breaking:

  • Removed support for Node < 6
  • Changed code syntax to ES6

Enhancements:

  • Excluding Webpack 5 module federation (automatically adding to allowlist) from @jacob-ebey
  • Better arguments handling for the exported function

v2.5.0

23 Jul 15:15
Compare
Choose a tag to compare

Enhancements:

  • Support webpack 5
  • Change parameters name (still support the old ones) - modulesFromFile.includeInBundle / excludeFromBundle
  • Add additionalModuleDirs
  • Add options validation

v2.0.0

04 Aug 15:20
Compare
Choose a tag to compare

Breaking:

  • Change whitelist to allowlist

v1.7.0

01 Apr 20:54
Compare
Choose a tag to compare
  • Custom function importType
  • Added options for readFromFile
  • Remove log on error
  • Updated CI