Popmotion / popmotion

Simple animation libraries for delightful user interfaces
https://popmotion.io
20k stars 663 forks source link

Modernize build target and eliminating tslib. #955

Open paales opened 1 year ago

paales commented 1 year ago

Is your feature request related to a problem? Please describe. Currently the esm build includes things like import { __rest } from 'tslib';.

Describe the solution you'd like Can we target a more modern environment so it can just use the ...rest operator? This is good for the bundle size.

Describe alternatives you've considered None

Additional context None