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

PROD-1551 header -> qa #81

Merged
merged 11 commits into from
May 24, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
PROD-1551 #comment copy config files for
the current environment only #time 10m
  • Loading branch information
brooketopcoder committed May 6, 2022
commit 8a49bb55e9da86a2a281434ad480ff8e66e66eb4
6 changes: 1 addition & 5 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,7 @@ module.exports = (webpackConfigEnv) => {
to: "./",
},
{
from: "config/*development.*",
to: "./",
},
{
from: "config/*production.*",
from: `config/*${webpackConfigEnv.APPENV}.*`,
to: "./",
},
],
Expand Down