Skip to content

Tags: vercel/ncc

Tags

0.38.3

Toggle 0.38.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

0.38.2

Toggle 0.38.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

0.38.1

Toggle 0.38.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: sourcemap sources removes webpack path (#1122)

- Fixes #1011 
- Fixes #1121 

The source is now in the format `webpack://[namespace]/[resourcePath]`

0.38.0

Toggle 0.38.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Log minification error when `--debug` (#1102)

If the `--debug` flag is specified, log any error during minification to
the console.

0.37.0

Toggle 0.37.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

0.36.1

Toggle 0.36.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add missing pr title lint action (#1032)

This workflow was never committed in PR #1015 so I fixed the
`.gitignore` too

0.36.0

Toggle 0.36.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: gitignore should include release.config.js (#1016)

This file didn't get committed in
#1015 because of the gitignore so this
PR fixes it