Skip to content

Commit

Permalink
perf: do not use internal polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo1v committed Mar 15, 2021
1 parent 0fc902f commit 8c3979c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 53 deletions.
2 changes: 0 additions & 2 deletions reactools/__tests__/setup.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import '@/polyfills/index';

import { logger } from '@/shared/logger';

logger.disable();
2 changes: 0 additions & 2 deletions reactools/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import './polyfills/index.js';

// Shared

export * from './shared/types';
Expand Down
1 change: 0 additions & 1 deletion reactools/src/polyfills/index.js

This file was deleted.

48 changes: 0 additions & 48 deletions reactools/src/polyfills/object#keys.js

This file was deleted.

0 comments on commit 8c3979c

Please sign in to comment.