Skip to content

Commit

Permalink
Fix: Readme code sections
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Jul 26, 2021
1 parent ad6838e commit 5feec1c
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,17 +413,17 @@ yarn add --dev @babel/preset-env @babel/plugin-proposal-class-properties @babel/

Further, you have to add a file called `babel.config.json`, for example:

````json
```json
{
"presets": [
[
"@babel/preset-env",
{
"modules": false
}
]
],
"plugins": ["@babel/proposal-class-properties", "@babel/proposal-object-rest-spread"]
"presets": [
[
"@babel/preset-env",
{
"modules": false
}
]
],
"plugins": ["@babel/proposal-class-properties", "@babel/proposal-object-rest-spread"]
}
```

Expand Down Expand Up @@ -506,4 +506,3 @@ not dead
[external]: https://esbuild.github.io/api/#external
[brotli]: https://github.com/google/brotli
[gzip]: https://nodejs.org/api/zlib.html
````

0 comments on commit 5feec1c

Please sign in to comment.