Skip to content

Commit e5c84f8

Browse files
authored
Drop the use of es6-promise as it's covered by babelrc and corejs (#2788)
1 parent 1f86aaf commit e5c84f8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"css-loader": "4.3.0",
5858
"date-fns": "2.16.1",
5959
"detect-browser": "5.2.0",
60-
"es6-promise": "4.2.8",
6160
"es6-set-proptypes": "1.0.0",
6261
"eslint": "7.18.0",
6362
"eslint-import-resolver-typescript": "2.3.0",

webpack.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
'use strict'
2-
require('es6-promise').polyfill()
32

43
var path = require('path')
54
var args = require('minimist')(process.argv.slice(2))

0 commit comments

Comments
 (0)