1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Update README.md

This commit is contained in:
Guillermo Rauch 2016-12-19 14:37:15 -08:00 committed by GitHub
parent 9f303ebe74
commit 12ae74c236

View file

@ -349,7 +349,7 @@ module.exports = {
### Customizing webpack config
In order to extend our usage of `webpack`, you can define a function that extends its config.
In order to extend our usage of `webpack`, you can define a function that extends its config via `next.config.js`.
The following example shows how you can use [`react-svg-loader`](https://github.com/boopathi/react-svg-loader) to easily import any `.svg` file as a React component, without modification.