File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -234,10 +234,10 @@ These options allow webpack to display various stats and style them differently
234234
235235### Shortcuts
236236
237- | Shortcut | Replaces |
238- | ----------| ------------------------------------------------------------------------------------------- |
239- | -d | --debug --devtool eval-cheap-module-source-map --output-pathinfo |
240- | -p | --optimize-minimize --define, process.env.NODE_ENV="production" --optimize-occurence-order |
237+ | Shortcut | Replaces |
238+ | ----------| ------------------------------------------------------------------|
239+ | -d | --debug --devtool eval-cheap-module-source-map --output-pathinfo |
240+ | -p | --optimize-minimize --define process.env.NODE_ENV="production" |
241241
242242### Profiling
243243
You can’t perform that action at this time.
0 commit comments