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
234
234
235
235
### Shortcuts
236
236
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" |
241
241
242
242
### Profiling
243
243
You can’t perform that action at this time.
0 commit comments