如何在 Astro(VS Code 中)自动缩小 JavaScript 和 CSS。

huangapple go评论63阅读模式
英文:

How to minify automatically JavaScript and CSS in Astro (vs-code)

问题

我正在使用VS-code上的Astro,并希望找到一种自动压缩JavaScript和CSS文件的方法。

我希望在构建启动时在生产环境中压缩这些文件。

英文:

I am using Astro on VS-code and would like to find a way to automatically minify JavaScript and CSS files

I would like to minify the files in production when the build is launched

答案1

得分: 1

Astro已经捆绑并压缩了大部分代码,但你也可以使用astro-compress集成来进一步压缩/缩小构建文件。

你还可以使用以下后构建处理工具进行压缩:

英文:

Astro already bundles and minifies a lot of the code but you can also use the astro-compress integration to compress/minify your build further

You can also use post build processing tools for compression like:

答案2

得分: 0

以下是要翻译的内容:
如果您查看astro build命令的输出,您应该注意到输出已经被Astro尽可能地压缩。

英文:

If you look at the output of the astro build command, you should notice that the output is already minified to the best of Astro’s ability.

huangapple
  • 本文由 发表于 2023年5月15日 14:36:51
  • 转载请务必保留本文链接:https://go.coder-hub.com/76251432.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定