Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import { defineConfig } from 'vite'
export default defineConfig({
build: {
// make cannot emit light.wasm
// and emit add.wasm
assetsInlineLimit: 80,
},
})