storybook-preset-craco icon indicating copy to clipboard operation
storybook-preset-craco copied to clipboard

Craco preset for Storybook

Results 12 storybook-preset-craco issues
Sort by recently updated
recently updated
newest added

## Description Currently, I have a project that relies on the latest commit in github to work, since the latest npm version (0.0.6) is not compatible with the rest of...

fix

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

## Description ## Motivation and Context ## How Has This Been Tested? ## Screenshots: ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) -...

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

## Description Here's a [sample repo](https://github.com/kumikumi/storybook-craco-react-scripts-webpack5) with react-scripts 5. Storybook works with `"@storybook/preset-create-react-app"` but doesn't work after swapping it to `"storybook-preset-craco"` ## Expected behavior `yarn storybook` makes storybook build successfully....

fix

It is possible for the default export from craco config to be a function, so you can do some calculations based on envvars, for example, but currently this preset will...

fix

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...

dependencies

Hello and thanks for maintaining this plugin! 🙇🏻‍♀️ [email protected] added support for [cosmiconfig based configuration, as well as TS based configuration](https://github.com/gsoft-inc/craco/pull/334). Currently this plugin fails to find a `craco.config.ts` file...