Skip to content

Commit 956842b

Browse files
committed
Only externalize oxc-parser
1 parent ddb0079 commit 956842b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
"watch": "tsc -b -w",
268268
"postinstall": "cd server && npm i && cd ../client && npm i && cd ../tools && npm i && cd ../tools/tests && npm i && cd ../../analysis/tests && npm i && cd ../reanalyze/examples/deadcode && npm i && cd ../termination && npm i",
269269
"bundle-server": "esbuild server/src/cli.ts --bundle --sourcemap --outfile=server/out/cli.js --format=cjs --platform=node --loader:.node=file --minify",
270-
"bundle-client": "esbuild client/src/extension.ts --bundle --external:vscode --external:oxc-parser --external:oxc-walker --sourcemap --outfile=client/out/extension.js --format=cjs --platform=node --loader:.node=file --minify",
270+
"bundle-client": "esbuild client/src/extension.ts --bundle --external:vscode --external:oxc-parser --sourcemap --outfile=client/out/extension.js --format=cjs --platform=node --loader:.node=file --minify",
271271
"bundle": "npm run bundle-server && npm run bundle-client"
272272
},
273273
"devDependencies": {

0 commit comments

Comments
 (0)