1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
This commit is contained in:
Pieter De Decker 2018-11-05 22:14:17 +01:00 committed by Tim Neutkens
parent 43dc610196
commit a09ca535c3

View file

@ -1349,7 +1349,7 @@ module.exports = {
}
```
The second argument to `webpack` is an object containing properties useful when customing the WebPack configuration:
The second argument to `webpack` is an object containing properties useful when customizing its configuration:
- `buildId` - `String` the build id used as a unique identifier between builds
- `dev` - `Boolean` shows if the compilation is done in development mode