Skip to content

Commit f7103b9

Browse files
WesSouzaarturbien
authored andcommitted
build: remove babel-plugin-polyfill-corejs3 to avoid Babel issue building Storybook
1 parent 7d9067b commit f7103b9

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

Diff for: .babelrc

+2-10
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,6 @@
5454
"@babel/plugin-transform-for-of",
5555
"babel-plugin-macros",
5656
"@babel/plugin-proposal-optional-chaining",
57-
"@babel/plugin-proposal-nullish-coalescing-operator",
58-
[
59-
"babel-plugin-polyfill-corejs3",
60-
{
61-
"method": "usage-global",
62-
"absoluteImports": "core-js",
63-
"version": "3.24.1"
64-
}
65-
]
57+
"@babel/plugin-proposal-nullish-coalescing-operator"
6658
]
67-
}
59+
}

0 commit comments

Comments
 (0)