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
// Click Build for the Bundled, Minified & Compressed package sizeexport*from"[email protected]";export{defaultasjestDefault}from"[email protected]";
results in
✘ [ERROR] Do not know how to load path: http-url:https://unpkg.com/[email protected]/build/default_resolver
http-url:https://unpkg.com/[email protected]/getDefaultResolver:8:32:
8 │ ...tResolver = require(`jest-resolve/build/default_resolver`).default;
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
It seems the issue is that esbuild tries to fetch both of these imports which leads to an error, because default_resolver doesn't exist. I'm looking into potential solutions
results in
The text was updated successfully, but these errors were encountered: