playcanvas / playcanvas-rest-api-tools

A set of tools to use with the PlayCanvas REST API for common jobs such as downloading a build and archiving a project
MIT License
23 stars 7 forks source link

Incompatible with ESM Projects #50

Open marklundin opened 7 months ago

marklundin commented 7 months ago

The rest api tools perform string in-place string manipulations on code and therefore depend on exported projects having a specific structure.

Bundled ESM projects will not have a stable build output. This will break the string manipulation in the download tools.

Ideally these transforms are part of the bundling process.