Skip to content

Commit fb60855

Browse files
authored
fix: mark prop-types and uuid as external to avoid bundling them (#582)
1 parent 2810b99 commit fb60855

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rollup.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@ export default {
5151
}),
5252
resolve(),
5353
commonjs()
54-
]
54+
],
55+
external: ["prop-types", "uuid"]
5556
};

0 commit comments

Comments
 (0)