Skip to content

Commit

Permalink
Add the full source maps by default for development (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGains authored and epicfaace committed Mar 6, 2019
1 parent 10a6b64 commit 1651066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var webpack = require("webpack");

module.exports = {
mode: "development",
devtool: "eval",
devtool: "source-map",
entry: [
"webpack-hot-middleware/client?reload=true",
"./playground/app"
Expand Down

0 comments on commit 1651066

Please sign in to comment.