• fix(vite): add data-cfasync="false" to script tags to prevent Cloudflare Rocket Loader breaking JS

    MythEclipse released this 2026-06-15 16:00:30 +00:00 | 54 commits to main since this release

    Cloudflare Rocket Loader rewrites <script type="module"> to

    <script type="randomhash-module"> which browsers can't parse, causing complete blank page. data-cfasync="false" disables this. Co-Authored-By: Claude
    Downloads