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
This should be removed once Max support esm modules properly, hopefully in Max 9
The text was updated successfully, but these errors were encountered:
b-ma
changed the title
Test - add regression / integration test for building server to cjs
Test - add regression / integration tests for building to cjs
Dec 16, 2023
This is useful to create Max externals...
Should work esbuild command such as:
esbuild ./src/server/index.js --bundle --format=cjs --platform=node --external:max-api --outfile=server-build.cjs`
This should be removed once Max support esm modules properly, hopefully in Max 9
The text was updated successfully, but these errors were encountered: