-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(js): add a TS/JS standalone preset #17206
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
3bc4f52
to
7e8d377
Compare
7e8d377
to
88f7a5a
Compare
88f7a5a
to
e7ea5b3
Compare
e7ea5b3
to
cfacf6b
Compare
cfacf6b
to
33a446e
Compare
33a446e
to
8989a8b
Compare
Closing this since I think we need to improve the CNW prompts first before adding yet another option. PR for the DX improvements is here: #17230 |
Created this PR to at least fix up rootProject support for js lib generator: #17245 |
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
This PR adds a new preset for standalone TS/JS projects that is suitable for creating a package to publish to npm.
TODO: reorganize the prompts to more logical grouping
Current Behavior
Expected Behavior
Related Issue(s)
Fixes #