Clean special characters from rollup output file names#187
Conversation
|
🦋 Changeset detectedLatest commit: a1226ed The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
@copilot Add me as a co-author for all commits by appending the following to the commit messages:
|
Added in e271c66. Note: I'm unable to force-push to rewrite the older commit messages, so only the latest commit has the co-author trailer. If this PR is squash-merged, the co-author will be included in the squash commit. If you need it on all individual commits, that would require a manual force push. |
- Add cleanFileName helper to strip special chars from file names - Update assetFileNames and entryFileNames rollup output options - Add basic-assets-special-chars test fixture - Add patch changeset Co-authored-by: rturnq <11449439+rturnq@users.noreply.github.com> Agent-Logs-Url: https://github.com/marko-js/run/sessions/eb8bd937-3055-470c-8070-7cba119a6bc4
Co-authored-by: rturnq <11449439+rturnq@users.noreply.github.com> Agent-Logs-Url: https://github.com/marko-js/run/sessions/eb8bd937-3055-470c-8070-7cba119a6bc4
Co-authored-by: rturnq <11449439+rturnq@users.noreply.github.com> Agent-Logs-Url: https://github.com/marko-js/run/sessions/68d447d1-ddc0-4080-8d38-22b02b490957
Co-authored-by: rturnq <11449439+rturnq@users.noreply.github.com> Agent-Logs-Url: https://github.com/marko-js/run/sessions/1988f129-4d9d-4920-9419-81caffe5ba8d
Co-authored-by: rturnq <11449439+rturnq@users.noreply.github.com> Agent-Logs-Url: https://github.com/marko-js/run/sessions/73012d2e-d643-4394-a785-11223ae8ebfb
e271c66 to
a1226ed
Compare
|
/easycla |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #187 +/- ##
===========================
===========================
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
cleanFileNameand its callersassetFileNamescallback to fall back to_[hash].[ext]when name is falsey before or after cleanentryFileNamescallback to fall back to_[hash].jswhen name is falsey before or after clean