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
For some reason when using this plugin the output results in double quotes even though the input is single quotes:
import foo from "../foo";
When not using the plugin the code is transformed as expected. I seem to have run across a related issue in @babel/core but can't find it now... possible it needs an upgrade?
For some reason when using this plugin the output results in double quotes even though the input is single quotes:
import foo from "../foo";
When not using the plugin the code is transformed as expected. I seem to have run across a related issue in @babel/core but can't find it now... possible it needs an upgrade?
My babelrc:
The text was updated successfully, but these errors were encountered: