Skip to content

Commit 3e60e9c

Browse files
committed
docs(config): fix header nesting in resolve.md
1 parent 4b85191 commit 3e60e9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/configuration/resolve.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ unsafeCache: /src\/utilities/
243243
W> Changes to cached paths may cause failure in rare cases.
244244

245245

246-
## `resolve.plugins`
246+
### `resolve.plugins`
247247

248248
A list of additional resolve plugins which should be applied. It allows plugins such as [`DirectoryNamedWebpackPlugin`](https://www.npmjs.com/package/directory-named-webpack-plugin).
249249

@@ -254,7 +254,7 @@ plugins: [
254254
```
255255

256256

257-
## `resolve.symlinks`
257+
### `resolve.symlinks`
258258

259259
`boolean`
260260

@@ -265,7 +265,7 @@ symlinks: true
265265
```
266266

267267

268-
## `resolve.cachePredicate`
268+
### `resolve.cachePredicate`
269269

270270
`function`
271271

0 commit comments

Comments
 (0)