Ai
1 Star 0 Fork 0

开源参考/squish

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vite.config.ts 473 Bytes
一键复制 编辑 原始数据 按行查看 历史
Addy Osmani 提交于 2024-12-15 15:55 +08:00 . Fix the Vite build
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
export default defineConfig({
plugins: [react()],
optimizeDeps: {
exclude: [
'@jsquash/avif',
'@jsquash/jpeg',
'@jsquash/jxl',
'@jsquash/png',
'@jsquash/webp',
],
},
build: {
target: 'esnext',
rollupOptions: {
output: {
format: 'es',
inlineDynamicImports: true
}
}
},
worker: {
format: 'es'
}
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/open_source_reference/squish.git
git@gitee.com:open_source_reference/squish.git
open_source_reference
squish
squish
main

搜索帮助