React-router和bower:是否有生成全局目录的构建步骤?

时间:2015-05-08 21:06:33

标签: reactjs

bower_components / react-router / build / global / ReactRouter.js

在哪里

来自哪里?是否有一些构建步骤?

我看不出是什么造成了全球目录。

1 个答案:

答案 0 :(得分:2)

目录在最新版本的React Router中已更改,但您可以看到他们过去明确构建到build/global的{​​{3}}:

"scripts": {
    "build-global": "rm -rf build/global && NODE_ENV=production webpack modules/index.js build/global/ReactRouter.js && NODE_ENV=production COMPRESS=1 webpack modules/index.js build/global/ReactRouter.min.js && echo \"gzipped, the global build is `gzip -c build/global/ReactRouter.min.js | wc -c` bytes\"",