Skip to content

Commit

Permalink
fix: debug env var
Browse files Browse the repository at this point in the history
  • Loading branch information
esaminu committed Aug 22, 2023
1 parent a1c5089 commit 73abc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
process: 'process/browser',
Buffer: ['buffer', 'Buffer']
}),
new webpack.EnvironmentPlugin({ DEBUG: true })
new webpack.EnvironmentPlugin(['DEBUG'])
],
devServer: {
static: {
Expand Down

0 comments on commit 73abc99

Please sign in to comment.