add vite-plugin-wasm-pack
Showing
... | ... | @@ -26,12 +26,12 @@ |
"react-redux": "^8.0.4", | ||
"react-router-dom": "^6.4.0", | ||
"react-scripts": "^2.1.3", | ||
"rust-src": "file:rust-src/pkg", | ||
"socket.io-client": "^4.5.1", | ||
"sql.js": "^1.8.0", | ||
"vite-plugin-svgr": "^2.4.0", | ||
"web-vitals": "^2.1.4", | ||
"ygopro-deck-encode": "^1.0.3", | ||
"rust-src": "file:rust-src/pkg" | ||
"ygopro-deck-encode": "^1.0.3" | ||
}, | ||
"scripts": { | ||
"wasm": "cd rust-src && wasm-pack build", | ||
... | ... | @@ -75,6 +75,7 @@ |
"prettier": "^2.7.1", | ||
"sass": "^1.58.0", | ||
"typescript": "^4.8.4", | ||
"vite": "^3.1.0" | ||
"vite": "^3.1.0", | ||
"vite-plugin-wasm-pack": "^0.1.12" | ||
} | ||
} |
Please register or sign in to comment