Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Updated externals in rollup to massively reduce bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
samrith-s committed Aug 31, 2020
1 parent c143c2f commit dbe7134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ export default {
exports: 'auto',
},
plugins,
external: [...builtins],
external: [...builtins, ...Object.keys(pkg.dependencies)],
};

0 comments on commit dbe7134

Please sign in to comment.