Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: indiebase/ncc

Tags

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 (vercel#1122)

- Fixes vercel#1011 
- Fixes vercel#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` (vercel#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 (ver…

…cel#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 (vercel#1032)

This workflow was never committed in PR vercel#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 (vercel#1016)

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