Switch to Rollup. This allows importing of modules.
Opened this issue · 1 comments
gijsroge commented
Correct me if I'm wrong but currently Buildozer does not support bundling of imported modules right?
We could use Rollup to process JavaScript files (even TypeScript) without any breaking change. This should allow the use of import
in our JavaScript files.
This would make Buildozer much more appealing for users who need to implement more advanced JavaScript features in their projects.
Haven't fully looked into this, but I can explore if this is possible.
MartijnCuppens commented
Correct me if I'm wrong but currently Buildozer does not support bundling of imported modules right?
You 're right, would be awesome to have this.