-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
fix(vite): prevent vite:build copying package.json when generatePackageJson false #19780
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 3f9208e. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution
✅ Successfully ran 5 targets
Sent with 💌 from NxCloud. |
Hey @vneogi199 (and @jaysoo I suppose), are there any more changes here or can we expect this to land in the codebase soonish? Thanks and happy holidays :) |
3f9208e
to
efc30af
Compare
☁️ Nx Cloud ReportCI is running/has finished running commands for commit bba631f. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 6 targets
Sent with 💌 from NxCloud. |
…geJson false closed nrwl#19758
8a34b2c
to
bba631f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, makes sense to me
Thanks for this PR @vneogi199 ! Keep in mind that very very soon we will be moving away from executors, so this change will not have much effect! |
Could you elaborate more on what this means? |
@jsmecham we will elaborate soon, next week, that is! :) It's a new feature! I'm merging your PR, though, in any case, so you will be able to move forward with your issue! |
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. |
closed #19758
Current Behavior
When generatePackageJson is set to false, vite:build copies package.json to output directory.
Expected Behavior
No package.json is generated in the dist folder
Related Issue(s)
Fixes #19758