Skip to content

Commit 7e84bc9

Browse files
Remove Vite-Static-Copy
1 parent ca3bfcb commit 7e84bc9

3 files changed

Lines changed: 5 additions & 263 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"packageManager": "pnpm@9.0.0",
77
"scripts": {
88
"dev": "vite",
9+
"predev": "node copy-wasm.js",
910
"build": "tsc && vite build",
11+
"prebuild": "node copy-wasm.js",
1012
"preview": "vite preview",
1113
"test": "playwright test --project=chromium-gpu",
1214
"format": "prettier --write \"src/**/*.{ts,html,css}\"",
@@ -26,10 +28,9 @@
2628
"lint-staged": "^16.4.0",
2729
"prettier": "^3.8.2",
2830
"typescript": "^5.2.2",
29-
"vite": "^5.0.0",
30-
"vite-plugin-static-copy": "^2.3.2"
31+
"vite": "^5.0.0"
3132
},
3233
"lint-staged": {
3334
"src/**/*.{ts,html,css}": "prettier --write"
3435
}
35-
}
36+
}

0 commit comments

Comments
 (0)