Skip to content

Commit 3241de8

Browse files
committed
Update link to webpack v2 configuration docs. PR671
1 parent 787d7c5 commit 3241de8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/handbook/tutorials/React & Webpack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ module.exports = {
234234
这叫做“命名空间”模式,webpack也允许我们继续使用通过这种方式写的代码库。
235235
通过我们的设置`"react": "React"`,webpack会神奇地将所有对`"react"`的导入转换成从`React`全局变量中加载。
236236

237-
你可以在[这里](http://webpack.github.io/docs/configuration.html)了解更多如何配置webpack。
237+
你可以在[这里](https://webpack.js.org/concepts)了解更多如何配置webpack。
238238

239239
# 整合在一起
240240

0 commit comments

Comments
 (0)