Skip to content

Commit a64ba0c

Browse files
committed
Remove bundledDependencies
Disabled because npm/npm#12834 It will also be removed upstream soon: facebook#1068
1 parent 040b357 commit a64ba0c

File tree

2 files changed

+4
-52
lines changed

2 files changed

+4
-52
lines changed

Diff for: packages/react-scripts/package.json

+1-51
Original file line numberDiff line numberDiff line change
@@ -79,55 +79,5 @@
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
}

Diff for: tasks/release.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ npm dedupe
5454
rm -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

5961
cd $root_path
6062
# Go!

0 commit comments

Comments
 (0)