Skip to content

Commit

Permalink
fix: global modal not showing sometimes
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabadesso committed Dec 23, 2024
1 parent dc15386 commit 72c800d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12,007 deletions.
4 changes: 0 additions & 4 deletions config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ module.exports = function override(config, env) {
process: 'process/browser',
Buffer: ['buffer-shim', 'default']
}),
new webpack.DefinePlugin({
'process.env': JSON.stringify(process.env),
'global': 'window'
})
];

return config;
Expand Down
Loading

0 comments on commit 72c800d

Please sign in to comment.