Skip to content

Commit 6ed6b33

Browse files
committed
chore: drop @babel/polyfill in favour of core-js@3 and regenerator-runtime
1 parent 6b82446 commit 6ed6b33

File tree

6 files changed

+4
-107
lines changed

6 files changed

+4
-107
lines changed

.babelrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module.exports = {
1212
]
1313
},
1414
useBuiltIns: 'usage',
15+
corejs: { version: 3, proposals: true },
1516
loose: true,
1617
modules: false,
1718
exclude: ['transform-typeof-symbol']

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"no-extra-parens": "error",
1414
"no-prototype-builtins": "error",
1515
"no-template-curly-in-string": "error",
16-
"compat/compat": "error",
16+
"compat/compat": "warn",
1717
"valid-jsdoc": "error",
1818

1919
// Best Practices

js/dist/polyfill.js

Lines changed: 0 additions & 51 deletions
This file was deleted.

js/dist/polyfill.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

js/src/polyfill.js

Lines changed: 0 additions & 52 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui",
3-
"version": "2.1.9",
3+
"version": "2.1.10",
44
"description": "Open Source UI Kit built on top of Bootstrap 4",
55
"keywords": [
66
"bootstrap",
@@ -119,7 +119,7 @@
119119
"popper.js": "^1.14.3"
120120
},
121121
"engines": {
122-
"node": ">= 8",
122+
"node": ">= 8.7",
123123
"npm": ">= 5"
124124
},
125125
"browserslist": [

0 commit comments

Comments
 (0)