From 4b8753af341aa3985cbce299cae7503744b6e602 Mon Sep 17 00:00:00 2001 From: Artur Gevorgyan Date: Fri, 11 Aug 2023 13:58:22 +0400 Subject: [PATCH] Update MIGRATION.md fix the typo --- MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATION.md b/MIGRATION.md index 6fa7d0c5d300..5022eefb59bd 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -1669,7 +1669,7 @@ If you're using `storiesOf` and want to restore the previous behavior, you can a ```js module.exports = { webpackFinal: (config) => { - config.modules.rules.push({ + config.module.rules.push({ test: /\.stories\.[tj]sx?$/, use: [ {