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
希望能计算 sensorsdata 这个 js 文件占用的体积,按照我对这个功能的理解,分组应该只会计算出 js 文件的体积,但是现在却将页面的体积也计算在内
示例代码如下,执行 yarn && yarn build
yarn && yarn build
mpx-project3.zip
The text was updated successfully, but these errors were encountered:
将 noEntryModules 换成 noEntryRules,问题依然存在
Sorry, something went wrong.
尝试将entryRules中的includes 设置为空试试
不可行,将 entryRules 的 includes 置为空数组或删除时,size 直接为 0 了
No branches or pull requests
希望能计算 sensorsdata 这个 js 文件占用的体积,按照我对这个功能的理解,分组应该只会计算出 js 文件的体积,但是现在却将页面的体积也计算在内
示例代码如下,执行
yarn && yarn build
mpx-project3.zip
The text was updated successfully, but these errors were encountered: