Skip to content

Commit

Permalink
Fix a broken link in the Default Config page
Browse files Browse the repository at this point in the history
  • Loading branch information
lvarayut authored May 28, 2018
1 parent bcff86c commit 34ecf3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/configurations/default-config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Here are some key features of Storybook's Babel configurations.

We have added ES2016 support with Babel for transpiling your JS code.
In addition to that, we've added a few experimental features, like object spreading and async await.
Check out our [source](https://github.com/storybooks/storybook/blob/master/app/react/src/server/config/babel.js#L19) to learn more about these plugins.
Check out our [source](https://github.com/storybooks/storybook/blob/master/lib/core/src/server/config/babel.js#L4) to learn more about these plugins.

### .babelrc support

Expand Down

0 comments on commit 34ecf3e

Please sign in to comment.