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 25efeb1 commit ffeddc3Copy full SHA for ffeddc3
site/.storybook/main.js
@@ -23,7 +23,7 @@ module.exports = {
23
// SEE: https://storybook.js.org/docs/react/configure/babel
24
babel: async (options) => ({
25
...options,
26
- plugins: ["@babel/plugin-proposal-class-properties"],
+ plugins: [["@babel/plugin-proposal-class-properties", { loose: true }]],
27
}),
28
29
// Static files loaded by storybook, relative to this file.
0 commit comments