mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-03 23:49:44 +00:00
parent
897a4163d7
commit
a2afd92093
1 changed files with 1 additions and 5 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue