Skip to content

Commit e384ff6

Browse files
committed
fix: Bundle wasm deps into sfx-wrapper
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent dcb220f commit e384ff6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/esbuild-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"build-ts": "npm run build-ts-dev -- --minify",
2929
"build-ts-watch": "npm run build-ts-dev -- --watch",
3030
"build-dev": "run-p build-types build-ts-dev",
31-
"build-sfx-wrapper-dev": "esbuild ./src/sfx-wrapper.ts --platform=node --format=esm --bundle --packages=external --sourcemap --outfile=./dist/sfx-wrapper.js",
31+
"build-sfx-wrapper-dev": "esbuild ./src/sfx-wrapper.ts --platform=node --format=esm --bundle --sourcemap --outfile=./dist/sfx-wrapper.js",
3232
"build-sfx-wrapper": "npm run build-sfx-wrapper-dev -- --minify",
3333
"build": "run-p build-types build-ts build-sfx-wrapper",
3434
"lint-skypack": "npx -y @skypack/package-check",

packages/esbuild-plugins/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ export * from "./exclude-sourcemap.ts";
33
export * from "./problem-matcher.ts";
44
export * from "./rebuild-logger.ts";
55
export * from "./remove-strict.ts";
6-
export * from "./sfx-wrapper.ts";
76
export * from "./inline-css.ts";
87
export * from "./vite-utils.ts";

0 commit comments

Comments
 (0)