adobe / aio-cli

Adobe I/O Extensible CLI
https://www.adobe.io
Apache License 2.0
77 stars 33 forks source link

Deploy without sourcemaps #548

Open purplecabbage opened 11 months ago

purplecabbage commented 11 months ago

We always deploy the frontend with source-maps and these are typically the largest files in the deploy.
Front end deploys could be much faster if we defaulted to NOT building them, but we should still provide a flag to override this behavior.

Note that the source-maps are created by the bundler during build, and deploy simply pushes everything to S3, implying that the deploy a flag as it calls build ( except with --no-build )

aiojbot commented 11 months ago

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-2646