-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
希望能进行资源分析 #61
Comments
|
还在试 老cli的项目 新 cli 各种内存溢出 内存申请不被允许 |
内存溢出? 详细描述下报错之类的 |
首先 最新版报了
通过降低 webpack 版本 解决了 然后就是内存溢出
修改 cli server 里的 bin/index.js 第一行后面 --max_old_space_size=5120 强制划分 5G 内存 又报了
然后我就修改小程序配置 先忽略了20个左右的页面之后 终于build出来了 但是感觉没有达到分析资源的目的 |
这得多少个页面和组件来着。。。 |
大概30个页面 5,6个组件,老版的build目录的 从来没有过内存溢出,就是 cli serve 一直有这个问题 |
嗯,我开个分支优化下代码结构。 |
@poi-mashiro 可能解决了,你把eslint关掉测试一下 |
刚刚 npm update 了一下之后 试了一下 提示装 @megalo/cli-plugin-eslint 说明老的 eslint 失效了 然后build 成功了, 再装上新的 又报 JavaScript heap out of memory 看来确实是 eslint 的问题 megalo 官网的更新日志好久没变 我还以为你们弃坑了 什么时候资源分析的结果才能像 web 那样 |
{
"scripts": {
"report": "megalo-cli-service build --report"
}
} https://megalojs.org/#/cli/cli-service?id=megalo-cli-service-build 这个资源分析不行么 |
对,分包的的确没有,这个估计是个bug |
普通网页项目的 stat parsed gzipped 都能看包含内容大小,小程序没办法么 我比较关心 parsed 后的 |
也可以啊 ,你双击一下想看的模块,不就可以看了么。。。 |
行吧 可以 close 了 |
在 createBaseConfig.js 中修改了以下内容
其他资源使用 官方demo 也能达到同样效果
问题现象
略微修改官方 megalo-yanxuan-demo 后的结果
没有预期的
项目比较大,想在 dev mode 下 手机能预览,比较介意个资源的大小
版本
macos mojave 10.14.1(18B75)
The text was updated successfully, but these errors were encountered: