Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to Rollup. This allows importing of modules. #172

Open
gijsroge opened this issue May 14, 2020 · 1 comment
Open

Switch to Rollup. This allows importing of modules. #172

gijsroge opened this issue May 14, 2020 · 1 comment

Comments

@gijsroge
Copy link
Member

gijsroge commented May 14, 2020

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
Copy link
Contributor

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.

gijsroge added a commit to gijsroge/buildozer that referenced this issue May 25, 2020
gijsroge added a commit to gijsroge/buildozer that referenced this issue May 25, 2020
gijsroge added a commit to gijsroge/buildozer that referenced this issue May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants