From 4fdaf11e8e99343dbe8cda8bf9e6393592add12b Mon Sep 17 00:00:00 2001 From: devqin Date: Fri, 1 Apr 2016 14:41:39 +0800 Subject: [PATCH] Update getting-started.md http://ant-tool.github.io/webpack-config.htm -> http://ant-tool.github.io/webpack-config.html --- docs/react/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/react/getting-started.md b/docs/react/getting-started.md index beed5e8c7d..dae2b590ea 100644 --- a/docs/react/getting-started.md +++ b/docs/react/getting-started.md @@ -139,7 +139,7 @@ Ant Design React 支持所有的现代浏览器和 IE8+。 ## 自行构建 -如果想自己维护工作流,我们推荐使用 [webpack](http://webpack.github.io/) 进行构建和调试。理论上你可以利用 React 生态圈中的 [各种脚手架](https://github.com/enaqx/awesome-react#boilerplates) 进行开发,如果遇到问题可参考我们所使用的 [webpack 配置](https://github.com/ant-tool/atool-build/blob/master/src/getWebpackCommonConfig.js) 进行 [定制](http://ant-tool.github.io/webpack-config.htm)。 +如果想自己维护工作流,我们推荐使用 [webpack](http://webpack.github.io/) 进行构建和调试。理论上你可以利用 React 生态圈中的 [各种脚手架](https://github.com/enaqx/awesome-react#boilerplates) 进行开发,如果遇到问题可参考我们所使用的 [webpack 配置](https://github.com/ant-tool/atool-build/blob/master/src/getWebpackCommonConfig.js) 进行 [定制](http://ant-tool.github.io/webpack-config.html)。 目前社区也有很多基于 antd 定制的 [脚手架](https://github.com/ant-design/ant-design/issues/129),欢迎进行试用和贡献。