@cookbookdev/docusaurus-jsx-runtime-fallback-plugin
Advanced tools
Comparing version
10
index.js
@@ -1,2 +0,2 @@ | ||
export default function plugin(context, { alias, mergeStrategy }) { | ||
module.exports = function plugin(context, { alias, mergeStrategy }) { | ||
return { | ||
@@ -6,5 +6,7 @@ name: 'docusaurus-jsx-runtime-fallback-plugin', | ||
return { | ||
fallback: { | ||
"react/jsx-runtime": 'react/jsx-runtime.js' | ||
} | ||
resolve: { | ||
fallback: { | ||
"react/jsx-runtime": 'react/jsx-runtime.js' | ||
} | ||
}, | ||
}; | ||
@@ -11,0 +13,0 @@ }, |
{ | ||
"name": "@cookbookdev/docusaurus-jsx-runtime-fallback-plugin", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
493
8.35%13
18.18%