diff --git a/js/chat/webpack.config.js b/js/chat/webpack.config.js index 81562ce4..c9b78c38 100644 --- a/js/chat/webpack.config.js +++ b/js/chat/webpack.config.js @@ -23,7 +23,7 @@ export default { new CopyWebpackPlugin({ patterns: [ { - from: 'node_modules/onnxruntime-web/dist/*.jsep.wasm', + from: 'node_modules/onnxruntime-web/dist/*.jsep.*', to: 'dist/[name][ext]' }, ],