We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe7d4e commit 2c79f4bCopy full SHA for 2c79f4b
src/content/migrate/5.md
@@ -70,6 +70,7 @@ Update the following options to their new version (if used):
70
- `NamedModulesPlugin` ↦ `optimization.moduleIds: 'named'`
71
- `NamedChunksPlugin` ↦ `optimization.chunkIds: 'named'`
72
- `HashedModulesPlugin` ↦ `optimization.moduleIds: 'hashed'`
73
+- `optimization.noEmitOnErrors: false` ↦ `optimization.emitOnErrors: true`
74
- `optimization.occurrenceOrder: true` ↦ `optimization: { chunkIds: 'total-size', moduleIds: 'size' }`
75
- `optimization.splitChunks.cacheGroups.vendors` ↦ `optimization.splitChunks.cacheGroups.defaultVendors`
76
- `Compilation.entries` ↦ `Compilation.entryDependencies`
0 commit comments