You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -349,7 +349,7 @@ module.exports = {
349
349
350
350
### Customizing webpack config
351
351
352
-
In order to extend our usage of `webpack`, you can define a function that extends its config.
352
+
In order to extend our usage of `webpack`, you can define a function that extends its config via `next.config.js`.
353
353
354
354
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.
0 commit comments