bower_components / react-router / build / global / ReactRouter.js
在哪里来自哪里?是否有一些构建步骤?
我看不出是什么造成了全球目录。
答案 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\"",