Thank you for developing this repo.
I have developed an app using this repo. I want to use Unpkg CDN js scripts for dash component. But there is not dash_tvlwc js scripts on Unpkg CDN.
So I want to publish this package to npmjs.com, it will add js scripts to Unpkg CDN. But at the first publishing with the version 0.1.1, I don't add "files" property, so the published package has not dash_tvlwc directory. Then I found this mistake, add "files" property, I have to modify the version with 0.1.2. Now this package is published.
But when I set "serve_locally=False" in Dash function, the app access this address, the version is the version of dash-tvlwc pypi package.
So could you update pypi package of this repo to version 0.1.2? The commmunity can use this package on Unpkg CDN.
Thank you so much.
Thank you for developing this repo. I have developed an app using this repo. I want to use Unpkg CDN js scripts for dash component. But there is not dash_tvlwc js scripts on Unpkg CDN. So I want to publish this package to npmjs.com, it will add js scripts to Unpkg CDN. But at the first publishing with the version 0.1.1, I don't add "files" property, so the published package has not dash_tvlwc directory. Then I found this mistake, add "files" property, I have to modify the version with 0.1.2. Now this package is published. But when I set "serve_locally=False" in Dash function, the app access this address, the version is the version of dash-tvlwc pypi package. So could you update pypi package of this repo to version 0.1.2? The commmunity can use this package on Unpkg CDN. Thank you so much.