File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -290,10 +290,10 @@ These options allow webpack to display various [stats](/configuration/stats/) an
290
290
291
291
### Shortcuts
292
292
293
- | Shortcut | Replaces |
294
- | ---------- | ------------------------------------------------------------------ |
295
- | -d | --debug --devtool eval- cheap-module-source-map --output-pathinfo |
296
- | -p | --optimize-minimize --define process.env.NODE_ENV="production", see [ building for production] ( /guides/production ) |
293
+ Shortcut | Replaces
294
+ ---------|----------------------------
295
+ -d | ` --debug --devtool cheap-module-source-map --output-pathinfo `
296
+ -p | ` --optimize-minimize --define process.env.NODE_ENV="production" ` , see [ building for production] ( /guides/production )
297
297
298
298
299
299
### Profiling
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ Be aware of the performance differences of the different `devtool` settings.
123
123
- The ` cheap-source-map ` variants are more performant, if you can live with the slightly worse mapping quality.
124
124
- Use a ` eval-source-map ` variant for incremental builds.
125
125
126
- => In most cases ` eval- cheap-module-source-map` is the best option.
126
+ => In most cases ` cheap-module-eval -source-map ` is the best option.
127
127
128
128
129
129
### Avoid Production Specific Tooling
You can’t perform that action at this time.
0 commit comments