Skip to content

Commit 2bc0c48

Browse files
committed
looks like path and assert are now transpiled and bunled into storybook own modules
1 parent b05fba4 commit 2bc0c48

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/storybook-builder/src/rollup-plugin-prebundle-modules.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ export function rollupPluginPrebundleModules(env: Record<string, string>): Plugi
3737
splitting: true,
3838
sourcemap: true,
3939
alias: {
40-
assert: require.resolve('browser-assert'),
41-
path: require.resolve('path-browserify'),
42-
4340
/* for @storybook/addon-docs */
4441
...(moduleExists('@storybook/react-dom-shim') && {
4542
'@storybook/react-dom-shim': await getReactDomShimAlias(),

0 commit comments

Comments
 (0)