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

Commit af48948

Browse files
author
Federico Zivolo
committed
build: Fixed UMD bundle
1 parent 394677f commit af48948

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rollup.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ const common = {
1313
};
1414

1515
const commonOutput = {
16-
name: 'react-popper',
16+
name: 'ReactPopper',
1717
sourcemap: true,
1818
globals: {
19-
react: 'react',
20-
'popper.js': 'PopperJS',
19+
react: 'React',
20+
'popper.js': 'Popper',
2121
'create-react-context': 'createContext',
2222
warning: 'warning',
2323
},

0 commit comments

Comments
 (0)