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
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!
The text was updated successfully, but these errors were encountered:
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
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!
The text was updated successfully, but these errors were encountered: