uber / react-vis

Data Visualization Components
https://uber.github.io/react-vis
MIT License
8.73k stars 834 forks source link

remove redundant files in dist/ after build #1469

Closed kenns29 closed 1 year ago

spencercharestpaypal commented 1 year ago

@kenns29 it appears this PR has broken imports in 1.11.11. It looks to me like either the build file dist/dist.min.js should be renamed to dist/index.js or that package.json main field should be updated to dist/dist.min.js. main is currently pointing to dist/index.js which no longer exists. Is there anyway you could resolve this for 1.11.12? Let me know if you'd like me to file an issue instead.