Skip to content

Commit

Permalink
chore: Faster source map in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tommoor committed Apr 23, 2021
1 parent 16c60a0 commit 40b4270
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 @@ -8,7 +8,7 @@ const isTest = process.env.NODE_ENV === "test";
const developmentWebpackConfig = Object.assign(commonWebpackConfig, {
cache: true,
mode: "development",
devtool: "eval-source-map",
devtool: "eval-cheap-module-source-map",
entry: [
"webpack-hot-middleware/client",
"./app/index",
Expand Down

0 comments on commit 40b4270

Please sign in to comment.