We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
react/jsx-runtime
1 parent 7d9c869 commit fe234b9Copy full SHA for fe234b9
1 file changed
rollup.config.js
@@ -32,7 +32,7 @@ export default [
32
terser(),
33
postcss()
34
],
35
- external: ['react', 'react-dom']
+ external: ['react', 'react-dom', 'react/jsx-runtime']
36
},
37
{
38
input: 'src/index.ts',
0 commit comments