Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
Fix indentation in examples of configuration in readme (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gołąb authored and Andarist committed Oct 17, 2018
1 parent becd7ea commit 97953e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ However, setting `modules: false` in your `.babelrc` may conflict if you are usi

```js
plugins: [
babel({
babelrc: false,
presets: [['env', { modules: false }]],
}),
babel({
babelrc: false,
presets: [['env', { modules: false }]],
}),
];
```

Expand Down

0 comments on commit 97953e1

Please sign in to comment.