Skip to content

Commit

Permalink
ci: 웹팩 env 설정 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
ImxYJL committed Jul 24, 2024
1 parent 5c2b819 commit 84c5e69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ module.exports = (env, argv) => {
}),
new CleanWebpackPlugin(),
new Dotenv({
systemvars: true,
path: './.env',
}),
],
Expand Down

0 comments on commit 84c5e69

Please sign in to comment.