This repository was archived by the owner on Oct 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 },
8080 "optionalDependencies" : {
8181 "fsevents" : " 1.0.14"
82- },
83- "bundledDependencies" : [
84- " autoprefixer" ,
85- " babel-core" ,
86- " babel-eslint" ,
87- " babel-jest" ,
88- " babel-loader" ,
89- " babel-preset-latest" ,
90- " babel-preset-react" ,
91- " babel-preset-stage-1" ,
92- " case-sensitive-paths-webpack-plugin" ,
93- " chalk" ,
94- " connect-history-api-fallback" ,
95- " cross-spawn" ,
96- " css-loader" ,
97- " detect-port" ,
98- " dotenv" ,
99- " eslint" ,
100- " eslint-config-react-app" ,
101- " eslint-loader" ,
102- " eslint-plugin-flowtype" ,
103- " eslint-plugin-import" ,
104- " eslint-plugin-jsx-a11y" ,
105- " eslint-plugin-react" ,
106- " extract-text-webpack-plugin" ,
107- " file-loader" ,
108- " filesize" ,
109- " find-cache-dir" ,
110- " fs-extra" ,
111- " gzip-size" ,
112- " html-webpack-plugin" ,
113- " http-proxy-middleware" ,
114- " jest" ,
115- " json-loader" ,
116- " node-sass" ,
117- " object-assign" ,
118- " path-exists" ,
119- " postcss-loader" ,
120- " promise" ,
121- " react-dev-utils" ,
122- " recursive-readdir" ,
123- " rimraf" ,
124- " sass-loader" ,
125- " strip-ansi" ,
126- " style-loader" ,
127- " url-loader" ,
128- " webpack" ,
129- " webpack-dev-server" ,
130- " webpack-manifest-plugin" ,
131- " whatwg-fetch"
132- ]
82+ }
13383}
Original file line number Diff line number Diff line change @@ -54,7 +54,9 @@ npm dedupe
5454rm -rf node_modules/fsevents
5555
5656# This modifies package.json to copy all dependencies to bundledDependencies
57- node ./node_modules/.bin/bundle-deps
57+ # ZEAL: Disabled because https://github.com/npm/npm/issues/12834, it will be
58+ # removed soon: https://github.com/facebookincubator/create-react-app/pull/1068
59+ # node ./node_modules/.bin/bundle-deps
5860
5961cd $root_path
6062# Go!
You can’t perform that action at this time.
0 commit comments