You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add missing `--asset-builds` to cli help message (#1228)
The `-a, --asset-builds` do exists and is useful in some
circumstances(#1049), but it seems
that the cli help message does not contain its usage description ( while
`README.md` has the description).
This PR add the description of `--asset-builds` to the cli help message.
---------
Co-authored-by: Steven <[email protected]>
fix(deps): update webpack to v5.94.0, terser to v5.33.0 (#1213)
Attempt to fix CI, and update webpack and terser to their latest
version.
- Fixes#1193
- Closes#1194
- Closes#1177
- Closes#1204
- Closes#1195
feat: add support for TypeScript 5.0's array extends in tsconfig (#1105)
- add support for TypeScript 5.0's array extends in tsconfig
- drop support for Node.js 14
- remove tests for Tensorflow
- update most dependencies
---------
Signed-off-by: Sora Morimoto <[email protected]>
Co-authored-by: Steven <[email protected]>