-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Documentation for webpack cli #77
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
|
||
> see also [[Using the configuration]] | ||
`webpack` provides a command line interface(cli) to configure and interact with your build. |
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.
- Just webpack is enough since that's used in other docs too.
- command line interface(cli) -> Command Line Interface (CLI)
Nice start. 👍 |
Thanks! |
This is mostly useful in case of early prototyping, profiling, writing npm scripts or personal customization of the build. | ||
For proper usage and easy distribution of this configuration, webpack can be configured with `webpack.config.js`. | ||
Any parameters sent to the CLI will map to a corresponding parameter in the config file. | ||
webpack provides a Command Line Interface(CLI) to configure and interact with your build.This is mostly useful in case of early prototyping, profiling, writing npm scripts or personal customization of the build.For proper usage and easy distribution of this configuration, webpack can be configured with `webpack.config.js`.Any parameters sent to the CLI will map to a corresponding parameter in the config file. |
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.
Spacing.
Interface(CLI)
->Interface (CLI)
.build.For
->build. For
One at the end of the paragraph too.
Thanks! |
Awesome! |
@pksjce do you have a Twitter account id like to give a little recognition for this work that you have done. |
Documentation for webpack cli
No description provided.