File tree 2 files changed +4
-52
lines changed
2 files changed +4
-52
lines changed Original file line number Diff line number Diff line change 79
79
},
80
80
"optionalDependencies" : {
81
81
"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
+ }
133
83
}
Original file line number Diff line number Diff line change @@ -54,7 +54,9 @@ npm dedupe
54
54
rm -rf node_modules/fsevents
55
55
56
56
# 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
58
60
59
61
cd $root_path
60
62
# Go!
You can’t perform that action at this time.
0 commit comments