Skip to content

Commit 2af4c08

Browse files
danielbayerleingregberge
authored andcommitted
docs: fix broken "optimized configuration" link (#146)
1 parent de7f8a7 commit 2af4c08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/webpack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const App = () => (
7777

7878
### Use your own Babel configuration
7979

80-
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.
80+
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.
8181

8282
```js
8383
// Example using preact

0 commit comments

Comments
 (0)