-
Notifications
You must be signed in to change notification settings - Fork 367
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
fix(builder): VS Code break points not work in monorepo #4634
Conversation
🦋 Changeset detectedLatest commit: 4f3ac89 The changes in this PR will be included in the next version bump. This PR includes changesets to release 255 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 #4634 +/- ##
==========================================
- Coverage 57.59% 53.44% -4.16%
==========================================
Files 672 665 -7
Lines 17794 18121 +327
Branches 3876 4154 +278
==========================================
- Hits 10249 9684 -565
- Misses 6934 7778 +844
- Partials 611 659 +48 ☔ View full report in Codecov by Sentry. |
Summary
🤖 Generated by Copilot at 4f3ac89
This pull request fixes the source map file names for the
@modern-js/builder-webpack-provider
package, which is a webpack provider plugin for the@modern-js/builder
tool. It also adds some dependencies and parameters to thebasic.ts
file to improve compatibility and functionality.Details
🤖 Generated by Copilot at 4f3ac89
devtoolModuleFilenameTemplate
option for webpack output (link, link, link)path
module to resolve and normalize file paths inbasic.ts
(link)Related Issue
Checklist
pnpm run change
.