[bug] Adjust mode in render webpack.config to variable (#1473)

This commit is contained in:
Addison Beck 2022-04-04 10:45:35 -05:00 committed by GitHub
parent 0e9465601a
commit 14b9decf21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ const common = {
};
const renderer = {
mode: "production",
mode: NODE_ENV,
devtool: "source-map",
target: "electron-renderer",
node: {