We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前有两个方式可以实现
webpack-uglify-parallel
webpack-parallel-uglify-plugin
这两个方式都是通过多核来并发压缩,提升都是非常明显的
前者完全基于 webpack@1 中 UglifyPlugin 而 后者则作者的个人发挥更多些
但是前者没有用例的保障,后者有.
更加倾向于前者,但是必须基于 webpack@2 中 UglifyPlugin 必要时考虑自己造个轮子。
关于这一块的性能提升详见个人博文 soda-x/blog#1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前有两个方式可以实现
webpack-uglify-parallel
webpack-parallel-uglify-plugin
这两个方式都是通过多核来并发压缩,提升都是非常明显的
前者完全基于 webpack@1 中 UglifyPlugin 而 后者则作者的个人发挥更多些
但是前者没有用例的保障,后者有.
更加倾向于前者,但是必须基于 webpack@2 中 UglifyPlugin
必要时考虑自己造个轮子。
关于这一块的性能提升详见个人博文 soda-x/blog#1
The text was updated successfully, but these errors were encountered: