Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: fix storybook babel warning
Resolves: #533
  • Loading branch information
greyscaled committed Apr 13, 2022
commit ffeddc3f832aa56c4b2df2ab4a39a3753439e7af
2 changes: 1 addition & 1 deletion site/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
// SEE: https://storybook.js.org/docs/react/configure/babel
babel: async (options) => ({
...options,
plugins: ["@babel/plugin-proposal-class-properties"],
plugins: [["@babel/plugin-proposal-class-properties", { loose: true }]],
}),

// Static files loaded by storybook, relative to this file.
Expand Down