Commit c11b5c26 authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Try using bundledDependencies (#41)

parent b4636631
No related merge requests found
Showing with 28 additions and 2 deletions
+28 -2
......@@ -55,5 +55,31 @@
"devDependencies": {
"react": "^15.2.1",
"react-dom": "^15.2.1"
}
}
},
"bundledDependencies": [
"autoprefixer",
"babel-core",
"babel-loader",
"babel-plugin-transform-object-rest-spread",
"babel-plugin-transform-react-constant-elements",
"babel-preset-es2015",
"babel-preset-es2016",
"babel-preset-react",
"cross-spawn",
"css-loader",
"eslint",
"eslint-loader",
"eslint-plugin-import",
"eslint-plugin-react",
"file-loader",
"html-webpack-plugin",
"json-loader",
"opn",
"postcss-loader",
"rimraf",
"style-loader",
"url-loader",
"webpack",
"webpack-dev-server"
]
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment