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

adapt_framework: sourcemaps break with too many plugins #2824

Closed
oliverfoster opened this issue Jul 2, 2020 · 0 comments
Closed

adapt_framework: sourcemaps break with too many plugins #2824

oliverfoster opened this issue Jul 2, 2020 · 0 comments
Assignees
Labels

Comments

@oliverfoster
Copy link
Member

Subject of the issue

It seems that bundling with requirejs and handing the code and maps to babel to transpile has some file-size limitations. The source maps seem to be silently rejected by babel when the bundled code reaches >~250KB.

On the up-side, there are outstanding compilation issues that need solving:

  • import/export directives (remove requirejs)
  • beyond ES8 (remove requirejs)

So I'm thinking about replacing requirejs as the bundler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant