From fc01ff8b2736441e2812924b2dd371aead478dff Mon Sep 17 00:00:00 2001 From: jeffinsam Date: Wed, 1 Jan 2020 22:54:00 +0530 Subject: [PATCH] Docs(migration): Add info about webpack.util.serialization --- src/content/migrate/5.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/migrate/5.md b/src/content/migrate/5.md index 96215d9167cc..1df03f54382a 100644 --- a/src/content/migrate/5.md +++ b/src/content/migrate/5.md @@ -69,6 +69,10 @@ Update the following options to their new version (if used): - `HashedModulesPlugin` => `optimization.moduleIds: 'hashed'` - `optimization.occurrenceOrder: true` => `optimization: { chunkIds: 'total-size', moduleIds: 'size' }` +### Notable Changes + +`webpack.util.serialization` is now exposed. + #### Test webpack 5 compatibility Try to set the following options in your webpack 4 configuration and check if build still works correctly.