-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
docs: update README and examples #2848
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
Codecov Report
@@ Coverage Diff @@
## v4 #2848 +/- ##
=======================================
Coverage 93.02% 93.02%
=======================================
Files 39 39
Lines 1305 1305
Branches 355 355
=======================================
Hits 1214 1214
Misses 87 87
Partials 4 4 Continue to review full report at Codecov.
|
`webpack.config.js` is, run: | ||
|
||
```console | ||
node_modules/.bin/webpack-dev-server | ||
node_modules/.bin/webpack serve |
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.
npx webpack serve
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.
npx
could use the globally installed module, which would lead to errors. I think this was to demonstrate that one should use the local module. Binaries can be installed in other locations than node_modules/.bin
, but those who do that would be advanced users.
Thanks |
For Bugs and Features; did you add new tests?
N/A
Motivation / Use-Case
Updated README and examples for v4.
Closes #2799, closes #2813, and closes #2814.
Breaking Changes
N/A
Additional Info
I have not checked these examples work and demonstrate as intended.