Match-id-3010f214c0bb6e472b7fe1bef578383735225fec
This commit is contained in:
parent
6f2227f490
commit
9980bb7d66
|
@ -1,9 +0,0 @@
|
|||
import Horizon from '@cloudsop/horizon';
|
||||
import App from "./App ";
|
||||
|
||||
Horizon.render(
|
||||
<Horizon.Fragment>
|
||||
<App/>
|
||||
</Horizon.Fragment>,
|
||||
document.querySelector('#root')
|
||||
)
|
|
@ -1,4 +1,4 @@
|
|||
import Horizon, { useState } from '@cloudsop/horizon';
|
||||
import Inula, { useState } from 'inulajs';
|
||||
import { useIR } from '../../index';
|
||||
|
||||
const App = () => {
|
|
@ -0,0 +1,9 @@
|
|||
import Inula from 'inulajs';
|
||||
import App from "./App ";
|
||||
|
||||
Inula.render(
|
||||
<Inula.Fragment>
|
||||
<App/>
|
||||
</Inula.Fragment>,
|
||||
document.querySelector('#root')
|
||||
)
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@cloudsop/horizon-request",
|
||||
"name": "inula-request",
|
||||
"version": "1.0.20",
|
||||
"description": "Horizon-request brings you a convenient request experience!",
|
||||
"main": "index.ts",
|
||||
|
@ -7,7 +7,7 @@
|
|||
"test": "jest --config jest.config.cjs",
|
||||
"buildExample": "rollup -c rollup.config.example.js --bundleConfigAsCjs",
|
||||
"build": "rollup -c rollup.config.js --bundleConfigAsCjs",
|
||||
"useHRExample": "webpack serve --config webpack.useHR.config.js --mode development",
|
||||
"useIRExample": "webpack serve --config webpack.useHR.config.js --mode development",
|
||||
"server": "nodemon .\\examples\\server\\serverTest.mjs"
|
||||
},
|
||||
"files": [
|
||||
|
|
|
@ -21,7 +21,7 @@ module.exports = {
|
|||
"@babel/preset-react",
|
||||
{
|
||||
"runtime": "automatic",
|
||||
"importSource": "@cloudsop/horizon"
|
||||
"importSource": "inulajs"
|
||||
}
|
||||
],
|
||||
'@babel/preset-typescript'
|
||||
|
|
Loading…
Reference in New Issue