Commit 70e0c08e authored by Nik Nyby's avatar Nik Nyby Committed by Dan Abramov
Browse files

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.
parent 5c8000f3
Showing with 0 additions and 2 deletions
+0 -2
......@@ -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
......
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