Skip to content

Commit

Permalink
Remove bundledDependencies
Browse files Browse the repository at this point in the history
Disabled because npm/npm#12834

It will also be removed upstream soon:
facebook#1068
  • Loading branch information
lexun committed Dec 1, 2016
1 parent 040b357 commit a64ba0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 52 deletions.
52 changes: 1 addition & 51 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,55 +79,5 @@
},
"optionalDependencies": {
"fsevents": "1.0.14"
},
"bundledDependencies": [
"autoprefixer",
"babel-core",
"babel-eslint",
"babel-jest",
"babel-loader",
"babel-preset-latest",
"babel-preset-react",
"babel-preset-stage-1",
"case-sensitive-paths-webpack-plugin",
"chalk",
"connect-history-api-fallback",
"cross-spawn",
"css-loader",
"detect-port",
"dotenv",
"eslint",
"eslint-config-react-app",
"eslint-loader",
"eslint-plugin-flowtype",
"eslint-plugin-import",
"eslint-plugin-jsx-a11y",
"eslint-plugin-react",
"extract-text-webpack-plugin",
"file-loader",
"filesize",
"find-cache-dir",
"fs-extra",
"gzip-size",
"html-webpack-plugin",
"http-proxy-middleware",
"jest",
"json-loader",
"node-sass",
"object-assign",
"path-exists",
"postcss-loader",
"promise",
"react-dev-utils",
"recursive-readdir",
"rimraf",
"sass-loader",
"strip-ansi",
"style-loader",
"url-loader",
"webpack",
"webpack-dev-server",
"webpack-manifest-plugin",
"whatwg-fetch"
]
}
}
4 changes: 3 additions & 1 deletion tasks/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ npm dedupe
rm -rf node_modules/fsevents

# This modifies package.json to copy all dependencies to bundledDependencies
node ./node_modules/.bin/bundle-deps
# ZEAL: Disabled because https://github.com/npm/npm/issues/12834, it will be
# removed soon: https://github.com/facebookincubator/create-react-app/pull/1068
# node ./node_modules/.bin/bundle-deps

cd $root_path
# Go!
Expand Down

0 comments on commit a64ba0c

Please sign in to comment.