-
-
Notifications
You must be signed in to change notification settings - Fork 385
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 loader's code #448
Conversation
Please accept CLA and fix linting errors, thanks |
@evilebottnawi would you please tell me how can I reproduce failing tests locally? I've ran
What should I do to reproduce this failure https://github.com/webpack-contrib/mini-css-extract-plugin/pull/448/checks?check_run_id=221075652 (I've tried node v8.9.1) And one more question: you have said about linter error: https://github.com/webpack-contrib/mini-css-extract-plugin/pull/448/checks?check_run_id=221075432 it's about |
Problem in lint https://dev.azure.com/webpack-contrib/mini-css-extract-plugin/_build/results?buildId=846&view=logs&jobId=3a559e2a-952e-58d2-b8db-2e604a9266d7, ignore this problem, all are ok |
@evilebottnawi should I fix something else for merge this PR or everything is fine and we just need to wait for contributors? |
@goganchic wait other contributors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
Codecov Report
@@ Coverage Diff @@
## master #448 +/- ##
==========================================
- Coverage 88.32% 88.17% -0.15%
==========================================
Files 4 5 +1
Lines 411 406 -5
Branches 86 86
==========================================
- Hits 363 358 -5
Misses 46 46
Partials 2 2
Continue to review full report at Codecov.
|
@evilebottnawi @sokra I've updated |
Thanks! |
This PR contains a:
Motivation / Use-Case
I want to make the code of the plugin a bit easier to understand and debug by removing unnecessary hidden connection between
index.js
andloader.js
and changing variables and functions names to a bit more clear variants.Breaking Changes
Additional Info