Skip to content

Commit

Permalink
future proof build config
Browse files Browse the repository at this point in the history
  • Loading branch information
guschmue committed May 16, 2024
1 parent 4670897 commit 6bde4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/chat/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]'
},
],
Expand Down

0 comments on commit 6bde4f3

Please sign in to comment.