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 ab46eac commit 65f97ffCopy full SHA for 65f97ff
rollup.config.js
@@ -33,6 +33,7 @@ export default {
33
],
34
external: [
35
...Object.keys(pkg.dependencies),
36
+ // make sure jsx schema is loaded from external
37
"prismjs/components/prism-jsx.min"
38
]
39
};
0 commit comments