-
-
Notifications
You must be signed in to change notification settings - Fork 601
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
refactor!: remove migrate
command
#3291
Conversation
BREAKING CHANGE: the `migrate` command was removed without replacement, please use migration guide
Codecov Report
@@ Coverage Diff @@
## next #3291 +/- ##
==========================================
- Coverage 92.09% 92.01% -0.08%
==========================================
Files 23 22 -1
Lines 1733 1729 -4
Branches 519 519
==========================================
- Hits 1596 1591 -5
- Misses 137 138 +1
Continue to review full report at Codecov.
|
For anyone looking, the migration guide is located at https://webpack.js.org/migrate/ (select a version in the sidebar) |
What kind of change does this PR introduce?
refactor
Did you add tests for your changes?
Removed tests.
If relevant, did you update the documentation?
Yes.
Summary
remove
migrate
command.Does this PR introduce a breaking change?
BREAKING CHANGE: the
migrate
command was removed without replacement, please use migration guide.Other information
No