From 6bde4f3d2ae2fad3a72f0de2aed652717b0218c3 Mon Sep 17 00:00:00 2001 From: guschmue Date: Thu, 16 May 2024 12:32:15 -0700 Subject: [PATCH] future proof build config --- js/chat/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]' }, ],