Skip to content

Commit 0612117

Browse files
fix: test config
1 parent 6f7a43d commit 0612117

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.babelrc

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"presets": ["next/babel"],
33
"plugins": [
4+
["@babel/plugin-proposal-class-properties", { "loose": true }],
45
["@babel/plugin-proposal-private-property-in-object", { "loose": true }]
56
]
67
}

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@babel/core": "^7.12.10",
36+
"@babel/plugin-proposal-class-properties": "^7.14.5",
3637
"@babel/plugin-proposal-private-property-in-object": "^7.14.5",
3738
"@storybook/addon-essentials": "^6.2.9",
3839
"@storybook/addon-postcss": "^2.0.0",

0 commit comments

Comments
 (0)