ES5 Compatibility build for outdated bundler ? #185
Unanswered
stevebeauge
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi there, I will think something to address this and share some possible ideas as soon as I have something which could work. Cheers |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Starting from v9, radash stopped to work in my corporate application. After some (non obvious) investigations, I discovered that the bundler of the application cannot import ES2020 modules (at least some of the new syntax, like
someArray?.length
).Because the bundler (which is webpack 4) is actually burried behind 3rd party application, I cannot change the config easily.
I won't ask the radash team to revert to older module format (looking forward, not backward), but I wonder if there's any workaround to get radash as ES5 module.
Or if the rollup config can add a new output "legacy ESM" aside the more modern ones.
Thanks for insights
Beta Was this translation helpful? Give feedback.
All reactions