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 b910795 commit 706b5cbCopy full SHA for 706b5cb
.babelrc
@@ -1,3 +1,6 @@
1
{
2
- "presets": ["next/babel"]
+ "presets": ["next/babel"],
3
+ "plugins": [
4
+ ["@babel/plugin-proposal-private-property-in-object", { "loose": true }]
5
+ ]
6
}
package.json
@@ -33,6 +33,7 @@
33
},
34
"devDependencies": {
35
"@babel/core": "^7.12.10",
36
+ "@babel/plugin-proposal-private-property-in-object": "^7.14.5",
37
"@storybook/addon-essentials": "^6.2.9",
38
"@storybook/addon-postcss": "^2.0.0",
39
"@storybook/builder-webpack5": "^6.2.9",
0 commit comments