Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Update webpack.config.js #182

Merged
merged 1 commit into from
Sep 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update webpack.config.js
  • Loading branch information
urwithat authored Sep 13, 2021
commit 82dfa4d238c16b5e2402a6913fc9821eb925129c
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
process.env.NODE_ENV = process.env.APPMODE;
process.env.NODE_ENV = process.env.APPENV;

const config = require("config");
const _ = require("lodash");
Expand Down