Skip to content

Commit 468c478

Browse files
committed
docs(guides): fix another guides link
1 parent aeca7d6 commit 468c478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/configuration/configuration-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Besides exporting a single config object, there are a few more ways that cover o
1313

1414
## Exporting a function to use `--env`
1515

16-
Eventually you will find the need to disambiguate in your `webpack.config.js` between [development](/guides/development) and [production builds](/guides/production-build). You have (at least) two options:
16+
Eventually you will find the need to disambiguate in your `webpack.config.js` between [development](/guides/development) and [production builds](/guides/production). You have (at least) two options:
1717

1818
Instead of exporting a configuration object, you may return a function which accepts an environment as argument. When running webpack, you may specify build environment keys via `--env`, such as `--env.production` or `--env.platform=web`.
1919

0 commit comments

Comments
 (0)