Skip to content

Commit

Permalink
set mode to development
Browse files Browse the repository at this point in the history
  • Loading branch information
itsMando committed Dec 13, 2024
1 parent c9860df commit c29390d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glimpse/webpack.common.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const path = require("path");

module.exports = {
mode: "production",
mode: "development",
entry: "./renderer/src/index.js",
devtool: "inline-source-map",
target: "electron-renderer",
Expand Down

0 comments on commit c29390d

Please sign in to comment.