Skip to content

Commit

Permalink
Presets should be array (#3996)
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrSnobelt authored and timneutkens committed Mar 12, 2018
1 parent b02e584 commit d391c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-absolute-imports/.babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"presets": "next/babel",
"presets": ["next/babel"],
"plugins": [
[
"module-resolver",
Expand Down

0 comments on commit d391c2a

Please sign in to comment.