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