Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 293fe44

Browse files
authored
fix: remove core-js libs as they are not needed. (#403)
1 parent aa971bf commit 293fe44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/xlayers/src/app/editor/code/exports/stackblitz/stackblitz.angular.service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ import { XlayersModule } from './xlayers/xlayers.module';
3939
})
4040
export class AppModule { }`;
4141
files['src/main.ts'] = `\
42-
import 'core-js/es6/reflect';
43-
import 'core-js/es7/reflect';
4442
import 'zone.js/dist/zone';
4543
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
4644
import { AppModule } from './app/app.module';

0 commit comments

Comments
 (0)