Skip to content

Commit

Permalink
Add core-js/modules/es.string.includes to the READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbe committed May 26, 2020
1 parent 22c3102 commit 38e45e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -212,6 +212,7 @@ const ExcelJS = require('exceljs/dist/es5');
```javascript
// polyfills required by exceljs
require('core-js/modules/es.promise');
require('core-js/modules/es.string.includes');
require('core-js/modules/es.object.assign');
require('core-js/modules/es.object.keys');
require('regenerator-runtime/runtime');
Expand Down
1 change: 1 addition & 0 deletions README_zh.md
Expand Up @@ -190,6 +190,7 @@ const ExcelJS = require('exceljs/dist/es5');
```javascript
// exceljs 所需的 polyfills
require('core-js/modules/es.promise');
require('core-js/modules/es.string.includes');
require('core-js/modules/es.object.assign');
require('core-js/modules/es.object.keys');
require('regenerator-runtime/runtime');
Expand Down

0 comments on commit 38e45e8

Please sign in to comment.