You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ npm run build
❯ node dist/main.js
Error: $$4 is not a function
at _evaluate (https://rolluprepro2kplmm-cpe3.w-corp-staticblitz.com/blitz.c3e5e364.js:40:786736)
Node.js 18.20.3
Additional Information
The alternative build with an alternative source file produces correct results.
❯ npm run build:alt
❯ node dist/main-alt.js
e
src/main-alt.js already includes the imports that are added by swc. Therefore swc is skipped.
.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Actual Behavior
Additional Information
The alternative build with an alternative source file produces correct results.
src/main-alt.js
already includes the imports that are added by swc. Therefore swc is skipped..
The text was updated successfully, but these errors were encountered: