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:
parent
9f303ebe74
commit
12ae74c236
|
@ -349,7 +349,7 @@ module.exports = {
|
||||||
|
|
||||||
### Customizing webpack config
|
### 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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue