webpack-date-fns-externals
A tiny utility to prevent webpack bundling date-fns imports in your library code
Installation
npm install webpack-date-fns-externals --save-dev
Usage
// webpack.config.jsconst webpackDateFnsExternals = ; moduleexports = // rest of config here externals: 'another-external-lib': root: 'anotherExternalLib' commonjs: 'another-external-lib' commonjs2: 'another-external-lib' amd: 'another-external-lib' ;
License
MIT