Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 5120c99

Browse files
authored
typo: fix link
1 parent 1bc1f57 commit 5120c99

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/docs/documentation/references/creating-plugins.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Use to modify or create custom project configurations.
3131

3232
#### Params
3333

34-
- **config:** Default [configuration object](http://localhost:3000/docs/project-configuration)
34+
- **config:** Default [configuration object](https://docz.site/docs/project-configuration)
3535

3636
#### Return
3737

@@ -70,7 +70,8 @@ A set of preconfigured webpack config plugins
7070
exports.onCreateWebpackConfig = ({
7171
stage, getConfig, rules, loaders, actions
7272
}) => {
73-
actions.setWebpackConfig({
73+
actions.
74+
({
7475
module: {
7576
rules: [
7677
{

0 commit comments

Comments
 (0)