Skip to content

Commit 72c800d

Browse files
committed
fix: global modal not showing sometimes
1 parent dc15386 commit 72c800d

File tree

4 files changed

+12
-12007
lines changed

4 files changed

+12
-12007
lines changed

config-overrides.js

-4
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ module.exports = function override(config, env) {
9191
process: 'process/browser',
9292
Buffer: ['buffer-shim', 'default']
9393
}),
94-
new webpack.DefinePlugin({
95-
'process.env': JSON.stringify(process.env),
96-
'global': 'window'
97-
})
9894
];
9995

10096
return config;

0 commit comments

Comments
 (0)