Skip to content

Commit

Permalink
Merge pull request #22393 from storybookjs/norbert/fix-21242
Browse files Browse the repository at this point in the history
Fix: remove the alias for `global`
  • Loading branch information
ndelangen committed May 16, 2023
2 parents 426f0e1 + 2005e03 commit 1733c18
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import { createBabelLoader } from './babel-loader-preview';
const wrapForPnP = (input: string) => dirname(require.resolve(join(input, 'package.json')));

const storybookPaths: Record<string, string> = {
global: wrapForPnP('@storybook/global'),
...[
// these packages are not pre-bundled because of react dependencies
'api',
Expand Down

0 comments on commit 1733c18

Please sign in to comment.