You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: