This might be a missing configuration on my side, so reaching out first for clarification.
if I have a benchmark with an import like this
import { component } from './File';
Local testing works as expecting, however if I try to compare against another version (using packageVersions), the import will fail. I need to change it to have the extension for this to work as expected.
My repo is currently not ready to switch to use explicit extensions, so I hope to be able to keep skipping extensions while testing remote.
Thanks!