Remove React HMR iframe

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

Author
一碗单炒饭
Daily installs
0
Total installs
0
Ratings
0 0 0
Version
2024-04-15
Created
2024-04-15
Updated
2024-04-15
License
MIT
Applies to

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

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