Need to verify that everything works correctly with `npx @forgeplan/web init --experimental`. The idea is that dependencies are tree-shaken via esbuild, which reduces the bundle size from ~12MB to ~1–2MB. Need to make sure everything works properly and then move this into stable. Possible flow: `npx @forgeplan/web init --experimental --force`
Need to verify that everything works correctly with
npx @forgeplan/web init --experimental.The idea is that dependencies are tree-shaken via esbuild, which reduces the bundle size from ~12MB to ~1–2MB.
Need to make sure everything works properly and then move this into stable.
Possible flow:
npx @forgeplan/web init --experimental --force