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
...@@ -75,7 +75,6 @@ ...@@ -75,7 +75,6 @@
"prettier": "^2.7.1", "prettier": "^2.7.1",
"sass": "^1.58.0", "sass": "^1.58.0",
"typescript": "^4.8.4", "typescript": "^4.8.4",
"vite": "^3.1.0", "vite": "^3.1.0"
"vite-plugin-wasm": "^3.2.2"
} }
} }
import { defineConfig } from 'vite' import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react' import react from '@vitejs/plugin-react'
import svgr from 'vite-plugin-svgr' import svgr from 'vite-plugin-svgr'
import wasm from "vite-plugin-wasm";
// https://vitejs.dev/config/ // https://vitejs.dev/config/
export default defineConfig({ 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