popmotion
popmotion copied to clipboard
[feature request] pure release with the dist folder only includes single index.d.ts index.es.js index.js
Is your feature request related to a problem? Please describe.
There are some unnecessary files in npm pkg

Describe the solution you'd like
we could publish module with the dist folder only.
Describe alternatives you've considered
index.js and index.es.js are already built by rollup.
with these plugin rollup-plugin-dts, we could built single index.d.ts too (from the lib folder built by typescript).
Additional context
final release could be
