Skip to content

Commit

Permalink
docs: fix broken "optimized configuration" link (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbayerlein authored and gregberge committed Aug 13, 2018
1 parent de7f8a7 commit 2af4c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const App = () => (

### Use your own Babel configuration

By default, `@svgr/webpack` includes a `babel-loader` with [optimized configuration](https://github.com/smooth-code/svgr/blob/master/src/webpack.js). In some case you may want to apply a custom one (if you are using Preact for an example). You can turn off Babel transformation by specifying `babel: false` in options.
By default, `@svgr/webpack` includes a `babel-loader` with [optimized configuration](https://github.com/smooth-code/svgr/blob/master/packages/webpack/src/index.js). In some case you may want to apply a custom one (if you are using Preact for an example). You can turn off Babel transformation by specifying `babel: false` in options.

```js
// Example using preact
Expand Down

0 comments on commit 2af4c08

Please sign in to comment.