Remove some unused storybook addons

This commit is contained in:
Gabe Kangas
2022-10-18 23:11:18 -07:00
parent dbcf2ac2c4
commit d8e1b037d9
3 changed files with 0 additions and 1283 deletions

View File

@@ -14,13 +14,11 @@ module.exports = {
addons: [
'@storybook/addon-links',
'@storybook/addon-essentials',
'@storybook/addon-interactions',
'@storybook/preset-scss',
'@storybook/addon-postcss',
'@storybook/addon-a11y',
'storybook-addon-designs',
'storybook-dark-mode',
'addon-screen-reader',
'storybook-addon-fetch-mock',
],
webpackFinal: async (config, { configType }) => {