-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Refactor remove unnecessary utils #3495
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
Let's fix CI. |
@alexander-akait I can fix tests here if you don't have more changes locally. |
@snitin315 I am WIP on this 👍 Anyway feel free to finish tests in any stale PRs |
Codecov Report
@@ Coverage Diff @@
## master #3495 +/- ##
==========================================
- Coverage 94.76% 94.34% -0.42%
==========================================
Files 25 20 -5
Lines 1299 1291 -8
Branches 412 417 +5
==========================================
- Hits 1231 1218 -13
- Misses 64 68 +4
- Partials 4 5 +1
Continue to review full report at Codecov.
|
We will restore coverage after finish - just more tests |
For Bugs and Features; did you add new tests?
Will fix current tests
Motivation / Use-Case
Avoid unnecessary rules, avoid multiple require to speed up initial start
Breaking Changes
Yes, you need to use the latest
webpack-cli
versionAdditional Info
No