miniprogram-webpack-plugin
miniprogram-webpack-plugin copied to clipboard
微信小程序webpack插件,支持分包,支持新特征

打包原理问题
和 https://github.com/Cap32/wxapp-webpack-plugin#readme 这个包相比 我观察了打包结果 wxapp-webpack-plugin 打包结果的common.js在500kb左右 miniprogram-webpack-plugin 打包结果生成runtime.js和common.js都比较小 这俩者有什么区别?
Bumps [webpack](https://github.com/webpack/webpack) from 4.30.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...