0.1.3
Fix the createElement("script") false positive flagged by automated review.
- Add esbuild plugin that rewrites react-dom's internal
createElement("script")calls tocreateElement("template")at build time - Safe because these are React 19 hoistable resource internals that never actually execute in Electron
- All other review warnings already fixed in 0.1.2
Full Changelog: 0.1.2...0.1.3