We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2810b99 commit fb60855Copy full SHA for fb60855
rollup.config.js
@@ -51,5 +51,6 @@ export default {
51
}),
52
resolve(),
53
commonjs()
54
- ]
+ ],
55
+ external: ["prop-types", "uuid"]
56
};
0 commit comments