Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a008842899 | ||
|
|
84cf7b72a0 | ||
|
|
03eec8c836 |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ijl/fire.app",
|
"name": "@ijl/fire.app",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"author": "innoavvlasov@gmail.com",
|
"author": "innoavvlasov@gmail.com",
|
||||||
"license": "MIT",
|
"license": "ISC",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "13.7.0",
|
"@types/node": "13.7.0",
|
||||||
"@types/systemjs": "6.1.0",
|
"@types/systemjs": "6.1.0",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
export const defineVirtualModule = (params) => {
|
export const defineVirtualModule = (params) => {
|
||||||
const virtualModule = createVirtualModule(params)
|
const virtualModule = createVirtualModule(params)
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
global.define('root.scope.env', [], virtualModule)
|
global.define('@ijl/fire.app', [], virtualModule)
|
||||||
}
|
}
|
||||||
|
|
||||||
const createVirtualModule = ({config, navigations}) => ({
|
const createVirtualModule = ({config, navigations}) => ({
|
||||||
|
|||||||
Reference in New Issue
Block a user