-
Notifications
You must be signed in to change notification settings - Fork 36
Specify which files should be included into 'paths' from webpack modules #126
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #126 +/- ##
==========================================
- Coverage 67.07% 60.43% -6.64%
==========================================
Files 5 5
Lines 82 91 +9
Branches 29 32 +3
==========================================
Hits 55 55
- Misses 22 28 +6
- Partials 5 8 +3
Continue to review full report at Codecov.
|
| "eslint-plugin-react": "^6.9.0", | ||
| "eslint-plugin-node": "^5.2.1", | ||
| "eslint-plugin-promise": "^3.6.0", | ||
| "eslint-plugin-react": "^6.10.3", |
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.
webpack-contrib has it's own eslint configuration & development time dependencies controlled by https://github.com/webpack-contrib/webpack-defaults.
Please limit your pull request to the problem you are trying to solve, we will take care of code formatting & supporting tools
Codecov Report
@@ Coverage Diff @@
## master #126 +/- ##
==========================================
- Coverage 67.07% 60.43% -6.64%
==========================================
Files 5 5
Lines 82 91 +9
Branches 29 32 +3
==========================================
Hits 55 55
- Misses 22 28 +6
- Partials 5 8 +3
Continue to review full report at Codecov.
|
No description provided.