Skip to content

Commit

Permalink
remove unnecessary storybook plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
asizemore committed Apr 17, 2023
1 parent c2c79b1 commit 26fba4d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/libs/components/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ module.exports = {
test: /\.(js|jsx)$/,
loader: require.resolve('babel-loader'),
options: {
plugins: [
'@babel/plugin-proposal-nullish-coalescing-operator',
'@babel/plugin-syntax-class-properties',
],
plugins: ['@babel/plugin-proposal-nullish-coalescing-operator'],
presets: ['@babel/preset-env', '@babel/preset-react'],
},
});
Expand Down

0 comments on commit 26fba4d

Please sign in to comment.