Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.5k
refactor!: remove the deprecated constructor API#4808
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecovbot commentedApr 7, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@## next #4808 +/- ##==========================================+ Coverage 92.09% 92.20% +0.10%========================================== Files 15 15 Lines 1544 1539 -5 Branches 575 573 -2 ==========================================- Hits 1422 1419 -3+ Misses 113 111 -2 Partials 9 9
... and1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell ushow you rate us. Have a feature suggestion?Share it here. ☔ View full report in Codecov by Sentry. |
Uh oh!
There was an error while loading.Please reload this page.
For Bugs and Features; did you add new tests?
Removed deprecated tests.
Motivation / Use-Case
Resolve TODO and the remove old API.
Breaking Changes
BREAKING CHANGE: The deprecated constructor API has been removed. Please use
optionsas the first argument andcompileras the second argument.Additional Info
CLI is compatible
https://github.com/webpack/webpack-cli/blob/a67dee4facb926c3a041266632e294084542a268/packages/serve/src/index.ts#L229