Skip to content

Commit

Permalink
fix: remove core-js libs as they are not needed. (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefiozie committed Jan 22, 2021
1 parent aa971bf commit 293fe44
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -39,8 +39,6 @@ import { XlayersModule } from './xlayers/xlayers.module';
})
export class AppModule { }`;
files['src/main.ts'] = `\
import 'core-js/es6/reflect';
import 'core-js/es7/reflect';
import 'zone.js/dist/zone';
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import { AppModule } from './app/app.module';
Expand Down

0 comments on commit 293fe44

Please sign in to comment.