Skip to content

Commit

Permalink
Fixed console 404s in dev mode
Browse files Browse the repository at this point in the history
Added `devtool: 'inline-source-map'` which seems to have fixed annoying console error messages in WebPack Dev Server mode.
  • Loading branch information
dmitrizzle authored Feb 14, 2018
1 parent e6dc4ad commit a5692d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ENV.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ module.exports = {
},
devServer: {
port: 3000
}
},
devtool: 'inline-source-map'
};
```
4. Create `index.html` inside the root of your project directory:
Expand Down

0 comments on commit a5692d5

Please sign in to comment.