Skip to content

Commit 5eab2f5

Browse files
author
Daniel Kurowski
committed
1 parent 9e22db7 commit 5eab2f5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.babelrc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"presets": [
3-
["@babel/preset-env"]
3+
[
4+
"@babel/preset-env",
5+
{
6+
"useBuiltIns": "entry",
7+
"corejs": "3.22"
8+
}
9+
]
410
],
511
"plugins": [
612
["@babel/plugin-transform-runtime"]

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"@rollup/plugin-typescript": "^11.1.5",
1818
"@types/babel__plugin-transform-runtime": "^7",
1919
"@types/velocity-animate": "^1.2.33",
20+
"core-js": "^3",
2021
"rollup": "^4.9.4",
2122
"tslib": "^2.6.2",
2223
"typescript": "^5.3.3"

0 commit comments

Comments
 (0)