Skip to content

Commit 2c79f4b

Browse files
authored
Include optimization.noEmitOnErrors in migration guide (#4059)
Inverted to `optimization.emitOnErrors`, currently missing from the guide.
1 parent cbe7d4e commit 2c79f4b

File tree

1 file changed

+1
-0
lines changed
  • src/content/migrate

1 file changed

+1
-0
lines changed

src/content/migrate/5.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Update the following options to their new version (if used):
7070
- `NamedModulesPlugin``optimization.moduleIds: 'named'`
7171
- `NamedChunksPlugin``optimization.chunkIds: 'named'`
7272
- `HashedModulesPlugin``optimization.moduleIds: 'hashed'`
73+
- `optimization.noEmitOnErrors: false``optimization.emitOnErrors: true`
7374
- `optimization.occurrenceOrder: true``optimization: { chunkIds: 'total-size', moduleIds: 'size' }`
7475
- `optimization.splitChunks.cacheGroups.vendors``optimization.splitChunks.cacheGroups.defaultVendors`
7576
- `Compilation.entries``Compilation.entryDependencies`

0 commit comments

Comments
 (0)