Skip to content

Commit 8c1082e

Browse files
authored
Merge pull request #329 from calibreapp/bugfix-228-es5-transpiling
🐛 Reinstate ES5 build transpiling
2 parents 168448f + 54bc1b0 commit 8c1082e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@babel/preset-env",
88
{
99
"targets": {
10-
"node": true
10+
"browsers": "last 2 versions"
1111
}
1212
}
1313
],

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 16.15.0
1+
nodejs 18.18.1

0 commit comments

Comments
 (0)