Skip to content

Commit

Permalink
add NODE_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanBonsignori committed Mar 11, 2024
1 parent d7989a4 commit 33339be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = merge(common, {
new DefinePlugin({
process: {
env: {
NODE_ENV: JSON.stringify('production'),
REACT_APP_FIREBASE_API_KEY: JSON.stringify(
process.env.REACT_APP_FIREBASE_API_KEY,
),
Expand Down

0 comments on commit 33339be

Please sign in to comment.