diff --git a/compat/jsx-runtime.js b/compat/jsx-runtime.js new file mode 100644 index 0000000000..355f00839a --- /dev/null +++ b/compat/jsx-runtime.js @@ -0,0 +1 @@ +module.exports = require('preact/jsx-runtime'); diff --git a/compat/jsx-runtime.mjs b/compat/jsx-runtime.mjs new file mode 100644 index 0000000000..5e28f4423f --- /dev/null +++ b/compat/jsx-runtime.mjs @@ -0,0 +1 @@ +export * from 'preact/jsx-runtime';