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 = {
addons: [
'@storybook/preset-create-react-app',
// '@storybook/preset-create-react-app',
{
name: '@storybook/addon-docs/preset',
options: {

View File

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

View File

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