Skip to content
Snippets Groups Projects
Commit df1ff3e0 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Added rollup-plugin-copy to project dev dependencies to include standalone...

Added rollup-plugin-copy to project dev dependencies to include standalone .wasm file in the bundled package
parent d0d783e8
No related branches found
No related tags found
1 merge request!260Typescript & toolset version update
This commit is part of merge request !260. Comments created here will be created in the context of that merge request.
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0", "packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
"scripts": { "scripts": {
"prebuild": "cd ../ && husky install ts/.husky && cd ./ts && ./scripts/compile_proto_ts.sh && rimraf wasm/dist", "prebuild": "cd ../ && husky install ts/.husky && cd ./ts && ./scripts/compile_proto_ts.sh && rimraf wasm/dist",
"build": "wasm/build_wasm_wax.sh && tsc", "rebuildall": "rimraf wasm/dist && rimraf wasm/build_wasm && wasm/build_wasm_wax.sh && tsc && ls -la ./wasm/build_wasm/wax.common.wasm",
"build": "wasm/build_wasm_wax.sh && tsc && ls -la ./wasm/build_wasm/wax.common.wasm",
"postbuild": "rollup -c && bundlesize", "postbuild": "rollup -c && bundlesize",
"build:test": "tsc --project wasm/configs/tsconfig.tests.json", "build:test": "tsc --project wasm/configs/tsconfig.tests.json",
"pretest": "playwright install chromium", "pretest": "playwright install chromium",
...@@ -54,6 +55,7 @@ ...@@ -54,6 +55,7 @@
"protobufjs": "^7.2.5", "protobufjs": "^7.2.5",
"rimraf": "^6.0.1", "rimraf": "^6.0.1",
"rollup": "^4.22.4", "rollup": "^4.22.4",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.1.1", "rollup-plugin-dts": "^6.1.1",
"test@1.49.1": "link:playwright/test@1.49.1", "test@1.49.1": "link:playwright/test@1.49.1",
"ts-proto": "^1.172.0", "ts-proto": "^1.172.0",
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment