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

feat(tools): ES5 build supports dynamic imports (inlined) #2063

Merged
merged 1 commit into from
Aug 5, 2020

Conversation

vladitasev
Copy link
Contributor

If dynamic imports are used, the ES5 build fails due to the inability to create several chunks for the eefe format. The ES5 build should always treat dynamic imports as standard, and always create one single file.

closes: #1946

@vladitasev vladitasev merged commit 3fe5cac into master Aug 5, 2020
@vladitasev vladitasev deleted the dynamic-imports-ie-build branch August 5, 2020 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue on XMAKE, Error: UMD and IIFE output formats are not supported for code-splitting builds.
2 participants