We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Followup from https://twitter.com/kristoferbaxter/status/1215787614239772672, where @kristoferbaxter said:
Got it building successfully, but imported object keys are mangled differently between chunks. Believe this is due to not auto-generating the import extern with the correct structure (which requires creating them during the transform hook). Likely to take awhile to fix.
Got it building successfully, but imported object keys are mangled differently between chunks.
Believe this is due to not auto-generating the import extern with the correct structure (which requires creating them during the transform hook).
transform
Likely to take awhile to fix.
git clone https://github.com/filipesilva/rollup-closure-cli cd rollup-closure-cli yarn yarn rollup-closure yarn e2e-rollup-closure
The missing keys will cause an error at runtime.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What's the issue?
Followup from https://twitter.com/kristoferbaxter/status/1215787614239772672, where @kristoferbaxter said:
How do we reproduce the issue?
The missing keys will cause an error at runtime.
Additional context
The text was updated successfully, but these errors were encountered: