Skip to content

Commit

Permalink
Merge pull request #986 from thewtex/min-worker-path
Browse files Browse the repository at this point in the history
build(web-workers): correct min web worker bundle output path
  • Loading branch information
thewtex authored Nov 4, 2023
2 parents b69d683 + 7575261 commit ec4613d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"build:tscWorkersModuleLoader": "tsc --types --lib es2017,webworker --rootDir ./src/ --outDir ./dist/ --moduleResolution node --target es2017 --module es2020 --strict --forceConsistentCasingInFileNames --declaration ./src/core/internal/loadEmscriptenModuleWebWorker.ts",
"build:tscWebWorkers": "tsc -p ./tsconfigWebWorkers.json",
"build:workerBundle": "esbuild --bundle --format=esm --outfile=./dist/core/web-workers/bundles/itk-wasm-pipeline.worker.js ./dist/core/web-workers/itk-wasm-pipeline.worker.js",
"build:workerMinBundle": "esbuild --minify --bundle --format=esm --outfile=./dist/web-workers/bundles/pipeline.min.worker.js ./dist/core/web-workers/itk-wasm-pipeline.worker.js",
"build:workerMinBundle": "esbuild --minify --bundle --format=esm --outfile=./dist/core/web-workers/bundles/itk-wasm-pipeline.min.worker.js ./dist/core/web-workers/itk-wasm-pipeline.worker.js",
"build:webpack": "webpack --mode production --progress --color && webpack --mode development --progress --color",
"build:emscripten": "node ./src/build-emscripten.js",
"build:emscripten:compress-stringify": "node ./src/itk-wasm-cli.js -s packages/compress-stringify -b emscripten-build build ",
Expand Down

0 comments on commit ec4613d

Please sign in to comment.