-
Notifications
You must be signed in to change notification settings - Fork 386
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
isHtmlDisabledmethod.🤖 Generated by Copilot at d7c0d00
This pull request fixes the issue of disabling html output via
htmlPlugin: falsein 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-sharedand remove the redundant isHtmlEnabled function in theadapterHtmlandadapterSSRfiles of theapp-toolspackage (link, link, link, link)app-toolspackage (link, link)builder-rspack-providerandbuilder-webpack-providerpackages (link, link)Related Issue
Checklist
pnpm run change.