Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Jan 9, 2024
1 parent 50dcca8 commit 99fbb82
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions js/web/script/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,11 +369,7 @@ async function main() {

if (BUNDLE_MODE === 'dev') {
// ort.all.js
await addBuildTask(buildOrt({
outputBundleName: 'ort.all',
format: 'iife',
define: {...DEFAULT_DEFINE}
}));
await addBuildTask(buildOrt({outputBundleName: 'ort.all', format: 'iife', define: {...DEFAULT_DEFINE}}));
}

if (BUNDLE_MODE === 'perf') {
Expand Down

0 comments on commit 99fbb82

Please sign in to comment.