gpt4 book ai didi

Rails 5 中的 Webpacker 需要很长时间才能编译那么多文件。我怎样才能看到它在做什么?

转载 作者:行者123 更新时间:2023-12-01 17:20:06 26 4
gpt4 key购买 nike

[Webpacker] Compiling…

编译我对 JavaScript 文件的任何更改都需要几秒钟(6.2 秒)。这确实减慢了我的 JS 开发速度。

有什么方法可以查看 Rails 中的 Webpacker 正在做什么以及它大部分时间都花在哪些文件上?如果它能显示每个 npm 库使用了多少时间,那就太好了。

我可以手动运行 rails webpacker:compile 命令,但似乎没有任何详细模式。

感谢任何帮助,谢谢!

最佳答案

我应该使用 RTFM:

If you want to use live code reloading, or you have enough JavaScript that on-demand compilation is too slow, you'll need to run ./bin/webpack-dev-server or ruby ./bin/webpack-dev-server. Windows users will need to run these commands in a terminal separate from bundle exec rails s. This process will watch for changes in the app/javascript/packs/*.js files and automatically reload the browser to match.

运行 ./bin/webpack-dev-server 使用实时代码重新加载,速度非常快!

关于Rails 5 中的 Webpacker 需要很长时间才能编译那么多文件。我怎样才能看到它在做什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52281821/

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