webpack-node-externals

Easily exclude node modules in Webpack

MIT License

Downloads
15.6M
Stars
1.3K
Committers
9

Bot releases are visible (Hide)

webpack-node-externals - v3.0.0 Latest Release

Published by liady over 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
webpack-node-externals -

Published by liady about 4 years ago

Breaking:

  • Change whitelist to allowlist
webpack-node-externals -

Published by liady about 4 years ago

Enhancements:

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

Published by liady over 6 years ago

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