Skip to content

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

Merged
merged 4 commits into from
Nov 20, 2020
Merged

Conversation

ylemkimon
Copy link
Contributor

@ylemkimon ylemkimon commented Nov 20, 2020

  • This is a bugfix
  • This is a feature
  • This is a code refactor
  • This is a test update
  • This is a docs update
  • This is a metadata update

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.

@codecov
Copy link

codecov bot commented Nov 20, 2020

Codecov Report

Merging #2848 (7067657) into v4 (e647af4) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e647af4...7067657. Read the comment docs.

`webpack.config.js` is, run:

```console
node_modules/.bin/webpack-dev-server
node_modules/.bin/webpack serve
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

npx webpack serve

Copy link
Contributor Author

@ylemkimon ylemkimon Nov 20, 2020

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.

@alexander-akait alexander-akait merged commit 0541963 into webpack:v4 Nov 20, 2020
@alexander-akait
Copy link
Member

Thanks

@shaodahong shaodahong mentioned this pull request Nov 24, 2020
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants