Remove React HMR iframe

删除React热更新时产生页面遮罩iframe

Auteur
一碗单炒饭
Installations quotidiennes
0
Installations (total)
0
Notes
0 0 0
Version
2024-04-15
Créé
15/04/2024
Mis à jour
15/04/2024
Taille
849 octets
Licence
MIT
S'applique à

删除React热更新时产生页面遮罩iframe

body > iframe[style*="2147483647"]:not([id="webpack-dev-server-client-overlay"]) {
   display: none;
}