We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
node:
1 parent 6cf12df commit b1162f3Copy full SHA for b1162f3
webpack.config.js
@@ -16,9 +16,9 @@ module.exports = {
16
path: __dirname,
17
},
18
plugins: [
19
- // Do not include node module when bundling for the browser
+ // Do not include node modules when bundling for the browser
20
new webpack.IgnorePlugin({
21
- resourceRegExp: /^onnxruntime-node$/
+ resourceRegExp: /^onnxruntime-node$|^node:/
22
}),
23
24
// Copy .wasm files to dist folder
0 commit comments