[eric] 9router: switch production build from webpack to turbopack — webpack's glob scan walks into runneradmin's Application Data junction (XP-era loop) on

GitHub Actions Windows runners and EPERM cascades into FlightClientEntryPlugin TypeError. Turbopack is Next 16's native bundler with no user-profile scan; produces same
  standalone output for electron-builder packaging
This commit is contained in:
Eric
2026-04-22 01:12:24 -07:00
parent 21a923caed
commit ca9bb06b23
+1 -1
View File
@@ -5,7 +5,7 @@
"private": true,
"scripts": {
"dev": "next dev --webpack --port 20128",
"build": "cross-env NODE_ENV=production next build --webpack",
"build": "cross-env NODE_ENV=production next build --turbopack",
"start": "cross-env NODE_ENV=production next start",
"dev:bun": "bun --bun next dev --webpack --port 20128",
"build:bun": "cross-env NODE_ENV=production bun --bun next build --webpack",