Skip to content

Commit a74d507

Browse files
committed
cleanup lodash further
1 parent e4d489e commit a74d507

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,7 @@ export function rollupPluginPrebundleModules(env: Record<string, string>): Plugi
5555

5656
return define;
5757
})(),
58-
plugins: [
59-
esbuildPluginCommonjsNamedExports(
60-
modules.filter(
61-
module =>
62-
// lodash is solved by the lodash-es alias
63-
!module.startsWith('lodash/'),
64-
),
65-
),
66-
],
58+
plugins: [esbuildPluginCommonjsNamedExports(modules)],
6759
});
6860
},
6961

0 commit comments

Comments
 (0)