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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: