disable cra-preset for now

This commit is contained in:
Norbert de Langen 2020-06-09 15:11:42 +02:00
parent dc656577c9
commit 262fca682c
No known key found for this signature in database
GPG Key ID: 976651DA156C2825
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
module.exports = { module.exports = {
addons: [ addons: [
'@storybook/preset-create-react-app', // '@storybook/preset-create-react-app',
{ {
name: '@storybook/addon-docs/preset', name: '@storybook/addon-docs/preset',
options: { options: {

View File

@ -1,7 +1,7 @@
module.exports = { module.exports = {
stories: ['../src/stories/welcome.stories', '../src/stories/**/button.stories.js'], stories: ['../src/stories/welcome.stories', '../src/stories/**/button.stories.js'],
addons: [ addons: [
'@storybook/preset-create-react-app', // '@storybook/preset-create-react-app',
'@storybook/addon-actions', '@storybook/addon-actions',
'@storybook/addon-links', '@storybook/addon-links',
], ],

View File

@ -1,7 +1,7 @@
module.exports = { module.exports = {
stories: ['../src/**/*.stories.tsx'], stories: ['../src/**/*.stories.tsx'],
addons: [ addons: [
'@storybook/preset-create-react-app', // '@storybook/preset-create-react-app',
{ {
name: '@storybook/addon-essentials', name: '@storybook/addon-essentials',
options: { options: {