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

Fix webpack compilation of JS modules #9231

Merged
merged 1 commit into from
May 2, 2024

Conversation

MaximeMulder
Copy link
Contributor

@MaximeMulder MaximeMulder commented May 2, 2024

This seems to fix the issue found during the testing meeting, where there was a problem in the compilation of JS modules (found in the dataquery but probably in other places too).

For me, it looks like a clean solution, as we probably want to "unmodule" our code as late as possible, and thus in Babel, but I am not sure what caused the problem in the first place sooo.

@MaximeMulder MaximeMulder changed the title Fix webpack typescript Fix webpack compilation of JS modules May 2, 2024
@driusan driusan merged commit bb5b3f4 into aces:main May 2, 2024
28 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants