Skip to content
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

Suggesting additions to the readme #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

christianalfoni
Copy link

Check out commit comments for some background on the suggested changes

@@ -56,8 +74,10 @@ Switch to the directory containing `webpack.config.js` and run:
* `webpack` for building once for development
* `webpack -p` for building once for production (minification)
* `webpack --watch` for continuous incremental build in development (fast!)
* `webpack -d` to include source maps
* `webpack --devtool eval` to include source maps during development (fast!)
Copy link

Choose a reason for hiding this comment

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

to include source maps

--devtool eval doesn't include SourceMaps, it uses SourceUrl

Copy link
Author

Choose a reason for hiding this comment

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

Thanks for clarifying!

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.

2 participants