diff --git a/MIGRATION.md b/MIGRATION.md index b6376598ad60..2f7c5868f72d 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -77,9 +77,9 @@ In full control mode, you need modify the default config to have the rules of yo ```js module.exports = ({ config }) => ({ - ...config + ...config, module: { - ...config.module + ...config.module, rules: [ /* your own rules "..." here and/or some subset of config.module.rules */ ]