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 1df9c5a commit 73b06ebCopy full SHA for 73b06eb
scripts/rollup.config.ts
@@ -29,6 +29,8 @@ const rollupConfig = defineConfig([
29
'react-tabs': 'react-tabs',
30
'react-syntax-highlighter': 'react-syntax-highlighter',
31
'@rehooks/local-storage': '@rehooks/local-storage',
32
+ 'react/jsx-runtime': 'jsxRuntime',
33
+ 'react-syntax-highlighter/dist/esm/styles/prism': 'prism',
34
},
35
36
{
@@ -57,6 +59,8 @@ const rollupConfig = defineConfig([
57
59
...Object.keys(packageJson.peerDependencies),
58
60
...Object.keys(packageJson.dependencies),
61
'react-tabs/style/react-tabs.css',
62
+ 'react/jsx-runtime',
63
+ 'react-syntax-highlighter/dist/esm/styles/prism',
64
],
65
66
0 commit comments