Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
033865105f | ||
|
|
556c31c56c | ||
|
|
a008842899 | ||
|
|
84cf7b72a0 | ||
|
|
03eec8c836 | ||
|
|
1f045701bf | ||
|
|
a64221d659 |
@@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "fire.app",
|
"name": "@ijl/fire.app",
|
||||||
"version": "1.0.1",
|
"version": "1.0.4",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "nodemon ./stubs/server.js",
|
"start": "nodemon ./stubs/server.js",
|
||||||
"build": "webpack --mode development",
|
"build": "webpack --mode development",
|
||||||
"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