Skip to content

Commit 933b58f

Browse files
committed
fix: do not bundle rxjs-compat/bundles/rxjs-compat.umd.min.js
1 parent df4ecdd commit 933b58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const RollupConfig = [
1313
},
1414
],
1515
// loaded externally
16-
external: ["atom", "log4js", "rxjs-compat"],
16+
external: ["atom", "log4js", "rxjs-compat/bundles/rxjs-compat.umd.min.js"],
1717
plugins,
1818
},
1919
]

0 commit comments

Comments
 (0)