Skip to content

Commit

Permalink
fix the issue, thanks to yann ❤️
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Mar 29, 2022
1 parent ff48f94 commit cf2b7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core-common/src/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,9 @@ export function loadAllPresets(
const frameworkPackage = getFrameworkPackage(options.configDir);
const presetsConfig: PresetConfig[] = [
...corePresets,
...(frameworkPackage ? [] : frameworkPresets),
...loadCustomPresets(options),
...overridePresets,
...(frameworkPackage ? [] : frameworkPresets),
];

// Remove `@storybook/preset-typescript` and add a warning if in use.
Expand Down

0 comments on commit cf2b7b6

Please sign in to comment.