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
The documentation for the babel-plugin-streamline plugin is not up to date, it includes the .babelrc example with the "extra" that has been removed in Babel6.
The documents also refer to Babel5:
"The callbacks runtime of streamline needs the regenerator plug-in which is included by default in babel 5.x."
The line above would also require some clarification. How should the plugin be setup so that this warning does not occur:
"The regenerator/runtime module is deprecated; please import regenerator-runtime/runtime instead."
(or does it require an update of the plugin code?)
The text was updated successfully, but these errors were encountered:
The documentation for the babel-plugin-streamline plugin is not up to date, it includes the .babelrc example with the "extra" that has been removed in Babel6.
The documents also refer to Babel5:
"The callbacks runtime of streamline needs the regenerator plug-in which is included by default in babel 5.x."
The line above would also require some clarification. How should the plugin be setup so that this warning does not occur:
"The regenerator/runtime module is deprecated; please import regenerator-runtime/runtime instead."
(or does it require an update of the plugin code?)
The text was updated successfully, but these errors were encountered: