optimize-js-plugin
optimize-js-plugin copied to clipboard
Webpack plugin to optimize a JavaScript file for faster initial load by wrapping eagerly-invoked functions.
Bumps [webpack](https://github.com/webpack/webpack) from 1.15.0 to 5.48.0. Release notes Sourced from webpack's releases. v5.48.0 Features enable import assertions again Bugfixes upgrade webpack-sources for fixes regarding source maps fix infinite loop in...
Bumps [webpack-sources](https://github.com/webpack/webpack-sources) from 0.1.5 to 3.2.0. Release notes Sourced from webpack-sources's releases. v3.2.0 Performance add SourceMapSource.buffer for better performance more efficient serialization of source mappings Bugfix avoid crashing when trying...
Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 7.32.0. Release notes Sourced from eslint's releases. v7.32.0 3c78a7b Chore: Adopt eslint-plugin/prefer-message-ids rule internally (#14841) (Bryan Mishkin) faecf56 Update: change reporting location for curly rule...
Bumps [mocha](https://github.com/mochajs/mocha) from 3.5.3 to 9.0.3. Release notes Sourced from mocha's releases. v9.0.3 9.0.3 / 2021-07-25 :bug: Fixes #4702: Error rethrow from cwd-relative path while loading .mocharc.js (@kirill-golovan) #4688: Usage...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Bumps [rimraf](https://github.com/isaacs/rimraf) from 2.7.1 to 3.0.2. Changelog Sourced from rimraf's changelog. v3.0 Add --preserve-root option to executable (default true) Drop support for Node.js below version 6 v2.7 Make glob an...
Webpack 2.2.1 AngularJs 2.4.9 Project contains ~160 typescript files Adding optimize-js-plugin leads to out-of memory on Angular AOT-enabled builds
`devtool: source-map` Having this plugin on (with or without `sourceMap: true`) will cause the UglifyJsPlugin not to generate source maps.
Right now, this plugin always extracts the raw source from webpack. This can be fixed easily after https://github.com/nolanlawson/optimize-js/issues/5