We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7c282 commit a06ab25Copy full SHA for a06ab25
rollup.config.js
@@ -10,6 +10,10 @@ export default {
10
name: 'ReactTVNavigation',
11
file: 'dist/bundle.umd.js',
12
format: 'umd',
13
+ globals: {
14
+ react: 'React',
15
+ 'react-tv': 'react-tv',
16
+ }
17
},
18
plugins: [
19
flow(),
@@ -25,5 +29,5 @@ export default {
25
29
}),
26
30
uglify(),
27
31
],
28
- external: ['react', 'react-tv'],
32
+ external: ['react', 'react-tv']
33
};
0 commit comments