File tree 3 files changed +1
-62
lines changed
3 files changed +1
-62
lines changed Original file line number Diff line number Diff line change 76
76
"whatwg-fetch" : " 1.0.0"
77
77
},
78
78
"devDependencies" : {
79
- "bundle-deps" : " 1.0.0" ,
80
79
"react" : " ^15.3.0" ,
81
80
"react-dom" : " ^15.3.0"
82
81
},
83
82
"optionalDependencies" : {
84
83
"fsevents" : " 1.0.14"
85
- },
86
- "bundledDependencies" : [
87
- " autoprefixer" ,
88
- " babel-core" ,
89
- " babel-eslint" ,
90
- " babel-jest" ,
91
- " babel-loader" ,
92
- " babel-preset-react-app" ,
93
- " babel-preset-stage-0" ,
94
- " babel-plugin-transform-decorators-legacy" ,
95
- " case-sensitive-paths-webpack-plugin" ,
96
- " chalk" ,
97
- " connect-history-api-fallback" ,
98
- " cross-spawn" ,
99
- " css-loader" ,
100
- " detect-port" ,
101
- " dotenv" ,
102
- " eslint" ,
103
- " eslint-config-react-app" ,
104
- " eslint-loader" ,
105
- " eslint-plugin-flowtype" ,
106
- " eslint-plugin-import" ,
107
- " eslint-plugin-jsx-a11y" ,
108
- " eslint-plugin-react" ,
109
- " extract-text-webpack-plugin" ,
110
- " file-loader" ,
111
- " filesize" ,
112
- " fs-extra" ,
113
- " gzip-size" ,
114
- " html-webpack-plugin" ,
115
- " http-proxy-middleware" ,
116
- " jest" ,
117
- " json-loader" ,
118
- " less" ,
119
- " less-loader" ,
120
- " node-sass" ,
121
- " object-assign" ,
122
- " path-exists" ,
123
- " postcss-loader" ,
124
- " promise" ,
125
- " react-dev-utils" ,
126
- " recursive-readdir" ,
127
- " rimraf" ,
128
- " sass-loader" ,
129
- " strip-ansi" ,
130
- " style-loader" ,
131
- " stylus" ,
132
- " stylus-loader" ,
133
- " url-loader" ,
134
- " webpack" ,
135
- " webpack-dev-server" ,
136
- " webpack-manifest-plugin" ,
137
- " whatwg-fetch"
138
- ]
84
+ }
139
85
}
Original file line number Diff line number Diff line change @@ -59,10 +59,6 @@ cd packages/react-scripts
59
59
# Save package.json because we're going to touch it
60
60
cp package.json package.json.orig
61
61
62
- # Like bundle-deps, this script modifies packages/react-scripts/package.json,
63
- # copying own dependencies (those in the `packages` dir) to bundledDependencies
64
- node $root_path /tasks/bundle-own-deps.js
65
-
66
62
# Finally, pack react-scripts
67
63
scripts_path=$root_path /packages/react-scripts/` npm pack`
68
64
Original file line number Diff line number Diff line change @@ -53,9 +53,6 @@ npm dedupe
53
53
# Since it's in optionalDependencies, it will attempt install outside bundle
54
54
rm -rf node_modules/fsevents
55
55
56
- # This modifies package.json to copy all dependencies to bundledDependencies
57
- node ./node_modules/.bin/bundle-deps
58
-
59
56
cd $root_path
60
57
# Go!
61
58
./node_modules/.bin/lerna publish --independent " $@ "
You can’t perform that action at this time.
0 commit comments