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
延续 #15 ,产出在时间维度上会变化,考虑增加一个多次产出间趋势对比的功能
需要解决在哪里存储产出分析的数据的问题
The text was updated successfully, but these errors were encountered:
skr build --clean 能不能增加一些中间状态的输出,并加上时间戳。 想优化编译速度有没有建议?
Sorry, something went wrong.
你希望怎么样的中间状态?是把webpack的过程日志全部打印出来吗?
另外reSKRipt本身就在编译速度上做了不少优化,特别是在一次编译后依靠缓存的后续加速,你现在的速度是什么样的情况?
期望类似npm run build --stats 这样的,有一些统计信息和整体编译的耗时。 目前skr build --clean在流水线上执行的时间大概2min以上,大概比简单使用webpack多30s。 编译的缓存在什么位置,流水线上是不是要配置?
只想要stats的话,加上--analyze参数,跑完会有个dist/assets/stats.json
--analyze
dist/assets/stats.json
No branches or pull requests
延续 #15 ,产出在时间维度上会变化,考虑增加一个多次产出间趋势对比的功能
需要解决在哪里存储产出分析的数据的问题
The text was updated successfully, but these errors were encountered: