popmotion icon indicating copy to clipboard operation
popmotion copied to clipboard

[feature request] pure release with the dist folder only includes single index.d.ts index.es.js index.js

Open morlay opened this issue 6 years ago • 0 comments

Is your feature request related to a problem? Please describe. There are some unnecessary files in npm pkg image

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 image

morlay avatar Oct 30 '19 06:10 morlay