🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@cookbookdev/docusaurus-jsx-runtime-fallback-plugin

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cookbookdev/docusaurus-jsx-runtime-fallback-plugin - npm Package Compare versions

Comparing version

to
1.0.1

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 @@ },

2

package.json
{
"name": "@cookbookdev/docusaurus-jsx-runtime-fallback-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",