-
Notifications
You must be signed in to change notification settings - Fork 378
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(builder): support output.enableAssetManifest in Rspack #3721
Conversation
…o feat/rspack-enableAssetManifest
🦋 Changeset detectedLatest commit: f37dfdc The changes in this PR will be included in the next version bump. This PR includes changesets to release 207 packages
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 |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #3721 +/- ##
==========================================
+ Coverage 57.59% 58.14% +0.54%
==========================================
Files 672 643 -29
Lines 17794 17177 -617
Branches 3876 3751 -125
==========================================
- Hits 10249 9987 -262
+ Misses 6934 6589 -345
+ Partials 611 601 -10 ☔ View full report in Codecov by Sentry. |
Summary
🤖 Generated by Copilot at f37dfdc
This pull request adds support for generating an asset manifest file for both webpack and Rspack bundlers. It refactors the manifest plugin of the webpack provider to use a shared utility function and adds a new plugin for the Rspack provider. It also updates the documentation and tests to reflect the new feature.
Details
🤖 Generated by Copilot at f37dfdc
output.enableAssetManifest
config option in Rspack bundler (link, link, link, link, link, link, link, link)generateManifest
function from webpack manifest plugin to shared package and use it in both webpack and Rspack manifest plugins (link, link, link, link)manifest
test case, link, link)mwa-app
integration test case to use either webpack or Rspack provider depending on environment variable (modern.config.ts
file, link)Related Issue
Checklist
pnpm run change
.