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

Commit 25bca2c

Browse files
committed
minor #9 fix readme babel preset env (a.baron)
This PR was merged into the main branch. Discussion ---------- fix readme babel preset env This merge request is created after this conversation : #7 Commits ------- 0438da3 fix readme babel preset env
2 parents edd246b + 0438da3 commit 25bca2c

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)