-
-
Notifications
You must be signed in to change notification settings - Fork 204
chore: update readme examples to webpack 2 syntax #110
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
michael-ciniawsky
left a comment
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.
👍 Could you update the syntax to webpack 2 altogether ? 😛 Thx in advance
README.md
Outdated
|
|
||
| ```js | ||
| module: { | ||
| loaders: [{ |
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.
loaders => rules
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.
loader => use
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.
query => options
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.
sure
Codecov Report
@@ Coverage Diff @@
## master #110 +/- ##
======================================
Coverage 96.8% 96.8%
======================================
Files 2 2
Lines 94 94
Branches 17 17
======================================
Hits 91 91
Misses 3 3Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #110 +/- ##
======================================
Coverage 96.8% 96.8%
======================================
Files 2 2
Lines 94 94
Branches 17 17
======================================
Hits 91 91
Misses 3 3Continue to review full report at Codecov.
|
|
@webpack-contrib/admin-team some merge please :) cc @d3viant0ne |
|
@d3viant0ne Thx :) |
Minor update in the README