Skip to content

Commit 5b8f763

Browse files
committed
feat(solidjs): Remove unnecessary external deps in rollup config
1 parent 9c5baf7 commit 5b8f763

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
import { makeBaseNPMConfig, makeNPMConfigVariants } from '@sentry-internal/rollup-utils';
22

3-
export default makeNPMConfigVariants(
4-
makeBaseNPMConfig({
5-
packageSpecificConfig: {
6-
external: ['solid-js', 'solid-js/web', '@solidjs/router'],
7-
},
8-
}),
9-
);
3+
export default makeNPMConfigVariants(makeBaseNPMConfig());

0 commit comments

Comments
 (0)