Remove output.path from dev webpack config (#3158)

According to this parameter's comment, it's unused but webpack-dev-server crashes without it. However, webpack-dev-server is running fine for me without this parameter.
This commit is contained in:
Nik Nyby
2017-10-28 16:58:09 -04:00
committed by Dan Abramov
parent 5c8000f300
commit 70e0c08ef7

View File

@@ -61,8 +61,6 @@ module.exports = {
// changing JS code would still trigger a refresh.
],
output: {
// Next line is not used in dev but WebpackDevServer crashes without it:
path: paths.appBuild,
// Add /* filename */ comments to generated require()s in the output.
pathinfo: true,
// This does not produce a real file. It's just the virtual path that is