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

Commit 0438da3

Browse files
author
a.baron
committed
fix readme babel preset env
1 parent edd246b commit 0438da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = {
4545

4646
```json
4747
{
48-
"presets": ["@babel/env"],
48+
"presets": ["@babel/preset-env"],
4949
"plugins": ["@babel/plugin-proposal-class-properties"]
5050
}
5151
```

0 commit comments

Comments
 (0)