gpt4 book ai didi

javascript - Babel 优化了 ember.js 应用程序中大文件的样式

转载 作者:行者123 更新时间:2023-12-04 07:16:13 25 4
gpt4 key购买 nike

我有一个带有大文件的 ember.js 应用程序,它开始出现这个问题:

[Babel: notes > applyPatches][BABEL] Note: The code generator hasdeoptimised the styling of/home/user/code/notes-frontend/notes/components/model-wps/edit.js asit exceeds the max of 500KB.


虽然功能不受影响,但这使得调试变得不可能,因为 Babel 不会很好地打印文件。
我见过那个设置 babel compact选项 false应该可以解决我的问题,但我无法在我的项目中进行该配置。

最佳答案

在询问 Ember 社区 Discord 后,他们建议在 ember-cli-babel ( ref here ) 中启用源映射。
在 ember-cli-build.js 中,只需添加选项:

let app = new EmberApp(defaults, {
babel: {
sourceMaps: 'inline'
}
});
现在,即使在 babel 转译文件之后,您也可以调试源代码。

关于javascript - Babel 优化了 ember.js 应用程序中大文件的样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68740217/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com