File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -3,6 +3,5 @@ export * from "./exclude-sourcemap.ts";
33export * from "./problem-matcher.ts" ;
44export * from "./rebuild-logger.ts" ;
55export * from "./remove-strict.ts" ;
6- export * from "./sfx-wrapper.ts" ;
76export * from "./inline-css.ts" ;
87export * from "./vite-utils.ts" ;
You can’t perform that action at this time.
0 commit comments