Skip to content

Commit f2e9505

Browse files
authored
Merge pull request #43 from tryretool/bb/fix-build-error
fix build error + bump version
2 parents c67c519 + 546a97b commit f2e9505

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-retool",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"private": false,
55
"repository": {
66
"type": "git",
@@ -15,8 +15,13 @@
1515
],
1616
"babel": {
1717
"presets": [
18-
"@babel/preset-react",
19-
"@babel/preset-env"
18+
"@babel/preset-env",
19+
[
20+
"@babel/preset-react",
21+
{
22+
"runtime": "automatic"
23+
}
24+
]
2025
],
2126
"plugins": [
2227
[

0 commit comments

Comments
 (0)