Chatterbox-Finnish-ONNX / webapp /vite.config.ts
RASMUS's picture
Upload webapp/vite.config.ts with huggingface_hub
f3ad89b verified
raw
history blame contribute delete
233 Bytes
import { defineConfig } from 'vite'
export default defineConfig({
resolve: {
conditions: ['onnxruntime-web-use-extern-wasm'],
},
optimizeDeps: {
exclude: ['onnxruntime-web'],
},
worker: {
format: 'es',
},
})