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: