Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Housekeeping: Update zeit/ncc to vercel/ncc #223

Closed
wants to merge 3 commits into from

Conversation

KengoTODA
Copy link
Contributor

Reopen #190 because vercel/ncc#748 has been fixed.

Description:

zeit/ncc is no longer maintained, so it's better to replace it with vercel/ncc.

I've confirmed that this change does not affect file size so much:

  • dist/cleanup/index.js: 2587155 -> 2582807 (-4348 bytes)
  • dist/setup/index.js: 3939141 -> 3938987 (-154 bytes)

Related issue:

None

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

This change does not affect file size so much:
dist/cleanup/index.js: 2587155 -> 2582807 (-4348 bytes)
dist/setup/index.js: 3939141 -> 3938987 (-154 bytes)
// "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
// "baseUrl": "./", /* Base directory to resolve non-absolute module names. */
"moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
"baseUrl": "./", /* Base directory to resolve non-absolute module names. */
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This config change is necessary, or tsconfig-paths-webpack-plugin will report "Failed to load tsconfig.json: Missing baseUrl in compilerOptions".

@KengoTODA KengoTODA closed this Jan 7, 2022
@KengoTODA
Copy link
Contributor Author

recreated as #270

@KengoTODA KengoTODA deleted the update-ncc-2nd branch January 7, 2022 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant