Skip to content

Commit

Permalink
refactor: remove core-js dep
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Jul 19, 2024
1 parent 10c75ce commit 8689e72
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 24 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Breaking Changes

- Remove core-js dependency, it is no longer necessary in modern browsers. Technically a breaking change for older browsers
- `ex.Particle` and `ex.ParticleEmitter` now have an API that looks like modern Excalibur APIs
* `particleSprite` is renamed to `graphic`
* `particleRotationalVelocity` is renamed to `angularVelocity`
Expand Down
18 changes: 0 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,6 @@
"webpack": "5.91.0",
"webpack-cli": "5.1.4"
},
"dependencies": {
"core-js": "3.37.1"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,html,json,md,yml,yaml}": "prettier --write",
"*.{js,jsx,ts,tsx,html}": "eslint --fix"
Expand Down
3 changes: 0 additions & 3 deletions src/engine/Polyfill.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import 'core-js/es/array/sort';
import 'core-js/es/object/keys';

/**
* Polyfill adding function
*/
Expand Down

0 comments on commit 8689e72

Please sign in to comment.