Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 8eded06

Browse files
Merge pull request #90 from Justkant/fix/build
fix: es5 build
2 parents d718013 + 0d97929 commit 8eded06

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"presets": [
3-
["env", { "modules": false }],
3+
["env"],
44
"react"
55
],
66
"plugins": [

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"tooltip",
2626
"popover"
2727
],
28-
"browserslist": [">1%", "last 4 versions"],
2928
"lint-staged": {
3029
"@(src|example)/**/*.{js,jsx}": ["eslint --fix --max-warnings 5", "git add"]
3130
},

0 commit comments

Comments
 (0)