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

Use deep imports for date-fns to improve tree-shaking #1275

Merged
3 commits merged into from
Nov 4, 2022

Commits on Nov 4, 2022

  1. Enable esModuleInterop build option

    Had to enable esModuleInterop, b/c
    otherwise the date-fns/formatDistance import
    not returning anything, even though TS was
    happy.
    
    Change-type: patch
    Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
    thgreasi committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    6aa14da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db4d99b View commit details
    Browse the repository at this point in the history
  3. tests: Prepopulate the supervisor release service installs

    Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
    thgreasi committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    7701562 View commit details
    Browse the repository at this point in the history