lodash-webpack-plugin
lodash-webpack-plugin copied to clipboard
Smaller modular Lodash builds.
Bumps [terser](https://github.com/terser/terser) from 5.5.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
We recently noticed that repeated runs of our webpack build do not always produce the same compiled javascript. After much digging, we eventually traced it back to this plugin. The...
Hey guys, Thank you for the amazing plugin that saves us so much space and headaches of building our own. I wanted to share our recent experience that ended up...
Hello. I hope you are doing well. When I configured lodash webpack plugin and build it in runtime, I got below error. ` ERROR in ./assets/js/theme/account.js Module build failed (from...
Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.4. Commits 814f642 1.1.4 a0d7ae0 push to github before npm 1a3667a ignore stuff 147eac4 Full tests, handle errors properly in many cases 578fb9f update tap,...
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
Can i use this plugin in pnpm? I have a try, but lodash-webpack-plugin and babel-plugin-lodash do not work.
 ``` 'plugins': [ new LodashModuleReplacementPlugin(), new webpack.optimize.UglifyJsPlugin() ] ```
### lodash-webpack-plugin could affect third-party packages Say that you use some third-party package that uses `lodash/map` like this: ```javascript // third-party package: import path from 'lodash/path' map([], 'path') ``` After...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.6.0 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...