You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.
when i use this plugin (babel-plugin-transform-runtime enabled) i get a file with external helpers _and_ runtime imports. Is there an option to disable this behavior (only use runtime) as i don't need the doubled amount of helpers in my code... :)
The text was updated successfully, but these errors were encountered:
chpio
changed the title
Use babel-runtime instead of external-helpers [feature]
Use babel-runtime instead of external-helpers [feature/question]
Dec 18, 2015
This works as of 2.3.0 – just add the runtimeHelpers: true option when you initialise rollup-plugin-babel, and it will use runtime helpers instead of putting them at the top of the bundle.
hi,
when i use this plugin (babel-plugin-transform-runtime enabled) i get a file with external helpers _and_ runtime imports. Is there an option to disable this behavior (only use runtime) as i don't need the doubled amount of helpers in my code... :)
The text was updated successfully, but these errors were encountered: