ViPro (京京)
ViPro (京京)
I encountered a similar issue with the Vite Solid template. This is due to esbuild transforming JSX to React during the optimizeDeps process. To resolve this, I excluded it by...
Thanks for the feedback and sorry about that I just see this issue so lately. I'll check the problem ASAP. You can try [hanamin](https://github.com/VdustR/hanamin) for now if it satisfies your...
@sptaszek92 Use [`@fvilers/disable-react-devtools`](https://www.npmjs.com/package/@fvilers/disable-react-devtools) instead
@michalpokojski funny
This issue occurs because the property [_renderers](https://github.com/naoufal/disable-react-devtools/blob/b7fa8e8/index.js#L6) not exists any more. [@fvilers/disable-react-devtools](https://github.com/fvilers/disable-react-devtools) replace all properties and methods to prevent the plugin registration process. It can disable the react dev tools...