mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
[js/web] fix perf mode in test (#8748)
This commit is contained in:
parent
4ceedbe933
commit
f668a79532
1 changed files with 3 additions and 1 deletions
|
|
@ -175,7 +175,9 @@ function buildTestRunnerConfig({
|
|||
},
|
||||
plugins: [
|
||||
new webpack.WatchIgnorePlugin({ paths: [/\.js$/, /\.d\.ts$/] }),
|
||||
new NodePolyfillPlugin(),
|
||||
new NodePolyfillPlugin({
|
||||
excludeAliases: ["console"]
|
||||
}),
|
||||
],
|
||||
module: {
|
||||
rules: [{
|
||||
|
|
|
|||
Loading…
Reference in a new issue