Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 7627ec3

Browse files
author
Federico Zivolo
committed
fix: Fixed UMD globals
1 parent 066bb58 commit 7627ec3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ export default {
1818
output: {
1919
sourcemap: true,
2020
globals: {
21-
react: 'react',
21+
react: 'React',
2222
'prop-types': 'PropTypes',
23-
'popper.js': 'PopperJS',
23+
'popper.js': 'Popper',
2424
},
2525
},
2626
};

0 commit comments

Comments
 (0)