Webpack Node Externals Versions Save

Easily exclude node modules in Webpack

v3.0.0

3 years ago

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.0.0

3 years ago

Breaking:

  • Change whitelist to allowlist

v2.5.0

3 years ago

Enhancements:

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

v1.7.0

6 years ago
  • Custom function importType
  • Added options for readFromFile
  • Remove log on error
  • Updated CI