feat: add webpack as argument to before and after options#1760
Conversation
|
/cc @hiroppy We need setup |
|
Which do you prefer modifying webpack-dev-server's eslint config or eslint-config-webpack? |
Codecov Report
@@ Coverage Diff @@
## master #1760 +/- ##
==========================================
+ Coverage 86.85% 87.54% +0.69%
==========================================
Files 9 9
Lines 578 578
Branches 170 170
==========================================
+ Hits 502 506 +4
+ Misses 63 60 -3
+ Partials 13 12 -1
Continue to review full report at Codecov.
|
|
@evilebottnawi eslint-config-prettier overwrite this rule. I found that eslint-config-prettier was overriding the rules.(curly: off) So, we have to change the order https://github.com/webpack/webpack-dev-server/blob/master/.eslintrc#L2 or write this rule to webpack-dev-server's eslintrc. |
|
hm, it is strange, need investigate why prettier disable |
|
Yeah, but we are setting |
|
@hiroppy we need fix 👍 |
|
@evilebottnawi for now, I created #1761. |
For Bugs and Features; did you add new tests?
Yes
Motivation / Use-Case
Allow to get information from webpack in
beforeandafterBreaking Changes
No
Additional Info
No