Commit Graph

9 Commits

Author SHA1 Message Date
Joshua Lochner 61cb4f5c3a
Include `@huggingface/jinja` in exported webpack build (#458)
In future, probably a better idea to dynamically import. However, currently it affects importing from CDNs.
2023-12-18 20:23:40 +02:00
Joshua Lochner 348398e4ff Update webpack.config.js 2023-05-04 18:55:15 +02:00
Joshua Lochner 2a1dc38a52 Remove experimental top-level await from webpack config 2023-04-25 01:50:59 +02:00
Joshua Lochner e1ea278024 Remove `onnxruntime-node` from webpack ignore plugin 2023-04-25 01:50:30 +02:00
Joshua Lochner 29b7f9a6fd Convert webpack config to ES6 2023-04-24 06:09:10 +02:00
Joshua Lochner 8330870752 Remove redundant `resolve.fallback` to webpack config
This is already handled by the "browser" option in package.json
2023-04-15 22:33:31 +02:00
Joshua Lochner b1162f310a Exclude imports that use the `node:` protocol when building for the web 2023-04-09 23:39:10 +02:00
Joshua Lochner b91b17a6c2 Exclude `onnxruntime-node` when bundling with webpack 2023-03-22 02:51:00 +02:00
Joshua Lochner 2fd3a3e6d5 Create webpack.config.js 2023-03-03 23:54:32 +02:00