Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy without sourcemaps #548

Open
purplecabbage opened this issue Nov 22, 2023 · 1 comment
Open

Deploy without sourcemaps #548

purplecabbage opened this issue Nov 22, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@purplecabbage
Copy link
Member

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 )

@purplecabbage purplecabbage added the enhancement New feature or request label Nov 22, 2023
@aiojbot
Copy link

aiojbot commented Nov 22, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants