This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an issue with bundle size increased
- Loading branch information
1 parent
e7339e5
commit 751aa1d
Showing
4 changed files
with
13 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1 @@ | ||
// Cover all standardized ES6 APIs. | ||
require('core-js/es6'); | ||
// Standard now | ||
require('core-js/fn/array/includes'); | ||
require('core-js/fn/string/pad-start'); | ||
require('core-js/fn/string/pad-end'); | ||
require('core-js/fn/symbol/async-iterator'); | ||
require('core-js/fn/object/get-own-property-descriptors'); | ||
require('core-js/fn/object/values'); | ||
require('core-js/fn/object/entries'); | ||
require('core-js/fn/promise/finally'); | ||
// Ensure that we polyfill ES6 compat for anything web-related, if it exists. | ||
require('core-js/web'); | ||
require('regenerator-runtime/runtime'); | ||
require('@babel/polyfill'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters