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.
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.