Skip to content

Commit

Permalink
Avoid bundling dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PandaWhisperer committed Jan 6, 2020
1 parent 883cb04 commit 4d3958f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const name = pkg.name
.replace(/-\w/g, m => m[1].toUpperCase());

export default {
external: Object.keys(pkg.dependencies),
input: 'src/index.svelte',
output: [
{ file: pkg.module, 'format': 'es' },
Expand Down

0 comments on commit 4d3958f

Please sign in to comment.