Skip to content

Commit

Permalink
fix: mark prop-types and uuid as external to avoid bundling them (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
znarf committed Apr 13, 2020
1 parent 2810b99 commit fb60855
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rollup.config.js
Expand Up @@ -51,5 +51,6 @@ export default {
}),
resolve(),
commonjs()
]
],
external: ["prop-types", "uuid"]
};

0 comments on commit fb60855

Please sign in to comment.