feat(init): Use user provided dir for package.json name field#422
feat(init): Use user provided dir for package.json name field#422
Conversation
|
Great addition 🙏🏻 |
Haha, what could have been 😆 thanks for the flashback |
Bundle Stats — nuxt-cli size comparisonHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset
View detailed bundle breakdownAdded No assets were added Removed No assets were removed Bigger
Smaller No assets were smaller Unchanged
|
Bundle Stats — create-nuxt size comparisonHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset
View detailed bundle breakdownAdded
Removed
Bigger No assets were bigger Smaller No assets were smaller Unchanged
|
Bundle Stats — nuxi size comparisonHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset
View detailed bundle breakdownAdded
Removed
Bigger
Smaller No assets were smaller Unchanged
|
commit: |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #422 +/- ##
=======================================
Coverage ? 26.89%
=======================================
Files ? 78
Lines ? 4041
Branches ? 222
=======================================
Hits ? 1087
Misses ? 2923
Partials ? 31 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CodSpeed Performance ReportMerging #422 will not alter performanceComparing Summary
|
danielroe
left a comment
There was a problem hiding this comment.
so sorry this took so long!
Closes #421
Causes some perf overhead due to 2 syscalls to read/write pkg. Can be addressed by adding source transform capabilities in
gigetbefore writing to disk.