Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
cb05a4ca
Commit
cb05a4ca
authored
8 years ago
by
Dan Abramov
Browse files
Options
Download
Email Patches
Plain Diff
Remove unintentionally committed bundledDependencies
parent
f7e98ae9
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/react-scripts/package.json
+1
-46
packages/react-scripts/package.json
with
1 addition
and
46 deletions
+1
-46
packages/react-scripts/package.json
+
1
-
46
View file @
cb05a4ca
...
@@ -74,50 +74,5 @@
...
@@ -74,50 +74,5 @@
},
},
"optionalDependencies"
:
{
"optionalDependencies"
:
{
"fsevents"
:
"1.0.14"
"fsevents"
:
"1.0.14"
},
}
"bundledDependencies"
:
[
"autoprefixer"
,
"babel-core"
,
"babel-eslint"
,
"babel-jest"
,
"babel-loader"
,
"babel-preset-react-app"
,
"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"
,
"object-assign"
,
"path-exists"
,
"postcss-loader"
,
"promise"
,
"react-dev-utils"
,
"recursive-readdir"
,
"rimraf"
,
"strip-ansi"
,
"style-loader"
,
"url-loader"
,
"webpack"
,
"webpack-dev-server"
,
"whatwg-fetch"
]
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets