Skip to content

Commit 58e159d

Browse files
dhurlburtusamontogeek
authored andcommitted
docs(configuration): Add Link to Mode Concepts (#2629)
1 parent 7d2a2cf commit 58e159d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/content/configuration/optimization.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ contributors:
77
- simon04
88
- byzyk
99
- madhavarshney
10+
- dhurlburtusa
1011
related:
1112
- title: 'webpack 4: Code Splitting, chunk graph and the splitChunks optimization'
1213
url: https://medium.com/webpack/webpack-4-code-splitting-chunk-graph-and-the-splitchunks-optimization-be739a861366
1314
---
1415

15-
Since version 4 webpack runs optimizations for you depending on the chosen `mode`, still all optimizations are available for manual configuration and overrides.
16+
Since version 4 webpack runs optimizations for you depending on the chosen [`mode`](/concepts/mode/), still all optimizations are available for manual configuration and overrides.
1617

1718

1819
## `optimization.minimize`
@@ -427,4 +428,4 @@ module.exports = {
427428
portableRecords: true
428429
}
429430
};
430-
```
431+
```

0 commit comments

Comments
 (0)