Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 WebPack 中,当我生成一个包时,它会混淆并压缩该包。
在deno中,捆绑器生成更易读的格式化代码。我没有看到任何混淆或压缩选项。
在 deno 中,我将如何完成一个混淆和压缩的捆绑包?我需要像 WebPack 这样不涉及 Visual Studio Code 的东西。有哪些选择?我只是为此使用节点工具吗?