@steambrew/ttc 2.7.5 → 2.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/package.json +1 -1
- package/src/transpiler.ts +1 -0
package/dist/index.js
CHANGED
|
@@ -805,6 +805,7 @@ const TranspilerPluginComponent = async (bIsMillennium, pluginJson, props) => {
|
|
|
805
805
|
react: 'window.SP_REACT',
|
|
806
806
|
'react-dom': 'window.SP_REACTDOM',
|
|
807
807
|
'react-dom/client': 'window.SP_REACTDOM',
|
|
808
|
+
'react/jsx-runtime': 'SP_JSX_FACTORY',
|
|
808
809
|
'@steambrew/client': 'window.MILLENNIUM_API',
|
|
809
810
|
},
|
|
810
811
|
exports: 'named',
|
package/package.json
CHANGED
package/src/transpiler.ts
CHANGED
|
@@ -269,6 +269,7 @@ export const TranspilerPluginComponent = async (bIsMillennium: boolean, pluginJs
|
|
|
269
269
|
react: 'window.SP_REACT',
|
|
270
270
|
'react-dom': 'window.SP_REACTDOM',
|
|
271
271
|
'react-dom/client': 'window.SP_REACTDOM',
|
|
272
|
+
'react/jsx-runtime': 'SP_JSX_FACTORY',
|
|
272
273
|
'@steambrew/client': 'window.MILLENNIUM_API',
|
|
273
274
|
},
|
|
274
275
|
exports: 'named',
|