mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Fix typos (#5599)
This commit is contained in:
parent
43dc610196
commit
a09ca535c3
|
@ -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
|
- `buildId` - `String` the build id used as a unique identifier between builds
|
||||||
- `dev` - `Boolean` shows if the compilation is done in development mode
|
- `dev` - `Boolean` shows if the compilation is done in development mode
|
||||||
|
|
Loading…
Reference in a new issue