-
Notifications
You must be signed in to change notification settings - Fork 397
fix(builder): failed to disable html via htmlPlugin: false #3727
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
Conversation
🦋 Changeset detectedLatest commit: 4c0a353 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 #3727 +/- ##
==========================================
+ Coverage 57.59% 58.15% +0.56%
==========================================
Files 672 643 -29
Lines 17794 17177 -617
Branches 3876 3748 -128
==========================================
- Hits 10249 9990 -259
+ Misses 6934 6586 -348
+ Partials 611 601 -10 ☔ View full report in Codecov by Sentry. |
Summary
The mergeBuilderConfig method may generate the following result, and breaks the
isHtmlDisabled
method.🤖 Generated by Copilot at d7c0d00
This pull request fixes the issue of disabling html output via
htmlPlugin: false
in the app-tools package and its dependencies. It also adds test cases and a changeset file for the affected packages. It updates the browserslistrc file for the mwa-app integration test.Details
🤖 Generated by Copilot at d7c0d00
builder-shared
and remove the redundant isHtmlEnabled function in theadapterHtml
andadapterSSR
files of theapp-tools
package (link, link, link, link)app-tools
package (link, link)builder-rspack-provider
andbuilder-webpack-provider
packages (link, link)Related Issue
Checklist
pnpm run change
.