Deploy without sourcemaps
Open
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
Assessment
This issue has not been assessed yet.