IjzerenHein / firestorter

Use Google Firestore in React with zero effort, using MobX 🤘
http://firestorter.com
MIT License
378 stars 50 forks source link

Remove *.ts files from web/* in release #174

Open AdamDorwart opened 2 years ago

AdamDorwart commented 2 years ago

Currently running into issues where web pack is trying to use web/index.ts and failing. Seems like the *.ts files should just be removed from released package anyway. Confirmed that removing the files gets everything working well. Current work around involves modifying webpack config to build just this package inside node_modules. Haven't figured out how to get it to prefer the *.d.ts yet.