Skip to content

Commit

Permalink
removed config options that are not needed in 5.3.* storysource
Browse files Browse the repository at this point in the history
  • Loading branch information
2stash committed Dec 22, 2020
1 parent d8cc9cb commit 92690b4
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
module.exports = {
addons: [
'storybook-addon-performance/register',
{
name: '@storybook/addon-storysource',
options: {
sourceLoaderOptions: {
injectStoryParameters: false,
},
loaderOptions: {
prettierConfig: { printWidth: 80, singleQuote: false },
},
},
},
],
addons: ['storybook-addon-performance/register','@storybook/addon-storysource'],
};

0 comments on commit 92690b4

Please sign in to comment.