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 d1d2c15 commit 9b9efe2Copy full SHA for 9b9efe2
rollup.config.js
@@ -21,9 +21,11 @@ const config = {
21
],
22
external: [
23
'react',
24
+ 'react-dom',
25
26
globals: {
27
'react': 'React',
28
+ 'react-dom': 'ReactDOM',
29
},
30
dest: './index.js',
31
banner: `/*! ${pkg.name} v${pkg.version} | (c) ${new Date().getFullYear()} Ryan Hefner | ${pkg.license} License | https://github.com/${pkg.repository} !*/`,
0 commit comments