Skip to content

Commit

Permalink
update asset module
Browse files Browse the repository at this point in the history
  • Loading branch information
NickJ202 committed Aug 26, 2024
1 parent a9b6a4f commit 14ee6c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ module.exports = {
new webpack.DefinePlugin({
'process.env.MODULE': JSON.stringify(
process.env.NODE_ENV === 'production'
? 'yTyqRSfbD6BuiDra9jDNjq8TLe7rhneDcmQ64CkmkdU'
: 'yTyqRSfbD6BuiDra9jDNjq8TLe7rhneDcmQ64CkmkdU'
? 'Pq2Zftrqut0hdisH_MC2pDOT6S4eQFoxGsFUzR6r350'
: 'Pq2Zftrqut0hdisH_MC2pDOT6S4eQFoxGsFUzR6r350'
),
'process.env.SCHEDULER': JSON.stringify(
process.env.NODE_ENV === 'production'
Expand Down

0 comments on commit 14ee6c3

Please sign in to comment.