Skip to content

Releases: liady/webpack-node-externals

v3.0.0

Choose a tag to compare

@liady liady released this 23 Apr 21:12

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

Choose a tag to compare

@liady liady released this 23 Jul 15:15

Enhancements:

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

v2.0.0

Choose a tag to compare

@liady liady released this 04 Aug 15:20

Breaking:

  • Change whitelist to allowlist

v1.7.0

Choose a tag to compare

@liady liady released this 01 Apr 20:54
  • Custom function importType
  • Added options for readFromFile
  • Remove log on error
  • Updated CI