Skip to content

Commit 11925a1

Browse files
kennetvumontogeek
authored andcommitted
docs(config): Fix broken link (#2660)
1 parent fb9c0ff commit 11925a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/configuration/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ contributors:
1414
- jeremenichelli
1515
- dasarianudeep
1616
- byzyk
17+
- kennetvu
1718
---
1819

1920
Out of the box, webpack won't require you to use a configuration file. However, it will assume the entry point of your project is `src/index` and will output the result in `dist/main.js` minified and optimized for production.
@@ -144,7 +145,7 @@ module.exports = {
144145
[loader](/configuration/module#rule-loader): "babel-loader",
145146
// the loader which should be applied, it'll be resolved relative to the context
146147
// -loader suffix is no longer optional in webpack2 for clarity reasons
147-
// see [webpack 1 upgrade guide](/guides/migrating)
148+
// see [webpack 1 upgrade guide](/migrate/3/#automatic-loader-module-name-extension-removed)
148149
[options](/configuration/module#rule-options-rule-query): {
149150
presets: ["es2015"]
150151
},

0 commit comments

Comments
 (0)