adobe / adobe/aio-cli

Deploy without sourcemaps

Open
#548 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
95
Forks
45
PR merge metrics
No merged PRs in 30d

Description

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 )

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.