vite/playground/wasm/vite.config.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
172 B
TypeScript
Raw Permalink Normal View History

import { defineConfig } from 'vite'
export default defineConfig({
build: {
2022-08-29 13:28:59 +00:00
// make cannot emit light.wasm
// and emit add.wasm
assetsInlineLimit: 80,
},
})