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 authored and shilman committed May 22, 2023
1 parent c0a54f5 commit 91bda9c
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 91bda9c

Please sign in to comment.