Rails Alpha preview: Modern JavaScript in Rails 7 without Webpack

nyrf · August 17, 2021 · Last by nyrf replied at August 20, 2021 · 503 hits

看 dhh 发了个视频,感觉还挺有意思,不过我个人现在习惯了 vite

刚看了 dhh 的那篇文章,rails7 默认采用 Import maps 代替 webpacker。现在用 stimulus 写一个简单的 controller,node_module 就几百 M。

Reply to zhongsheng

node_module 是真的毒瘤,我写前端比较多,那天电脑硬盘没空间,结果清理了 node_module,一下出来几十 g 空间,rails7 的那个分支了我测试了下,还有很多问题,assets:precompile 后,代码也没有压缩,不知道是不是就这样设定的,

You need to Sign in before reply, if you don't have an account, please Sign up first.