Created
February 11, 2016 22:13
-
-
Save ninjasort/6ac08528de07c66ccb1d to your computer and use it in GitHub Desktop.
webpack cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ webpack --help | |
| webpack 1.12.13 | |
| Usage: https://webpack.github.io/docs/cli.html | |
| Options: | |
| --help, -h, -? | |
| --config | |
| --context | |
| --entry | |
| --module-bind | |
| --module-bind-post | |
| --module-bind-pre | |
| --output-path | |
| --output-file | |
| --output-chunk-file | |
| --output-named-chunk-file | |
| --output-source-map-file | |
| --output-public-path | |
| --output-jsonp-function | |
| --output-pathinfo | |
| --output-library | |
| --output-library-target | |
| --records-input-path | |
| --records-output-path | |
| --records-path | |
| --define | |
| --target | |
| --cache [default: true] | |
| --watch, -w | |
| --watch which closes when stdin ends | |
| --watch-aggregate-timeout | |
| --watch-poll | |
| --hot | |
| --debug | |
| --devtool | |
| --progress | |
| --resolve-alias | |
| --resolve-loader-alias | |
| --optimize-max-chunks | |
| --optimize-min-chunk-size | |
| --optimize-minimize | |
| --optimize-occurence-order | |
| --optimize-dedupe | |
| --prefetch | |
| --provide | |
| --labeled-modules | |
| --plugin | |
| --bail | |
| --profile | |
| -d shortcut for --debug --devtool sourcemap --output-pathinfo | |
| -p shortcut for --optimize-minimize | |
| --json, -j | |
| --colors, -c | |
| --sort-modules-by | |
| --sort-chunks-by | |
| --sort-assets-by | |
| --hide-modules | |
| --display-exclude | |
| --display-modules | |
| --display-chunks | |
| --display-error-details | |
| --display-origins | |
| --display-cached | |
| --display-cached-assets | |
| --display-reasons, --verbose, -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment