5 Commits

Author SHA1 Message Date
d94d9e03cf 1.5.0 2022-01-23 21:33:36 +03:00
1ae0790319 add regenerator-runtime 2022-01-23 21:33:28 +03:00
729addc469 1.4.6 2021-06-06 16:52:20 +03:00
b718dd3b03 1.4.5 2021-06-06 12:34:57 +03:00
ff2f20aebe 1.4.4 2021-06-06 12:21:03 +03:00
3 changed files with 16 additions and 3 deletions

15
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ijl/fire.app", "name": "@ijl/fire.app",
"version": "1.4.3", "version": "1.5.0",
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {

View File

@@ -3,6 +3,8 @@ import "systemjs/dist/extras/amd";
import "systemjs/dist/extras/named-register"; import "systemjs/dist/extras/named-register";
import "systemjs/dist/extras/named-exports"; import "systemjs/dist/extras/named-exports";
import "systemjs/dist/extras/transform"; import "systemjs/dist/extras/transform";
import "regenerator-runtime/runtime";
import { Apps } from './apps' import { Apps } from './apps'
import { defineVirtualModule } from './virtual-module' import { defineVirtualModule } from './virtual-module'
import history from './history'; import history from './history';