Skip to content

Commit

Permalink
fix(core): Ensure array.at() is always supported
Browse files Browse the repository at this point in the history
  • Loading branch information
RPate97 committed Jan 17, 2023
1 parent 96afb96 commit ba517ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/mean-mirrors-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@chugsplash/core': patch
---

Ensure Array.at() is always supported
1 change: 1 addition & 0 deletions packages/core/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import { ChugSplashActionBundle, ChugSplashActionType } from './actions'
import { FoundryContractArtifact } from './types'
import { ArtifactPaths } from './languages'
import { Integration } from './constants'
import 'core-js/features/array/at'

export const computeBundleId = (
bundleRoot: string,
Expand Down

0 comments on commit ba517ad

Please sign in to comment.