Commit 4b39364b authored by chechunchi's avatar chechunchi

remove vite-plugin-wasm

parent 4f7bdefa
Pipeline #20672 failed with stages
in 10 minutes and 48 seconds
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import svgr from 'vite-plugin-svgr'
import wasm from "vite-plugin-wasm";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), svgr(), wasm()]
plugins: [react(), svgr()]
})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment