add regenerator-runtime

This commit is contained in:
Primakov Alexandr Alexandrovich 2022-01-23 21:33:28 +03:00
parent 729addc469
commit 1ae0790319
2 changed files with 15 additions and 2 deletions

15
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

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