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
Skypack seems to convert import.meta.url into import_meta.url where import_meta is initialized with an {} empty object making import.meta.url undefined.
Skypack seems to convert
import.meta.url
intoimport_meta.url
whereimport_meta
is initialized with an{}
empty object makingimport.meta.url
undefined.Example:
https://github.com/fend25/lib_importmetaurl_dot/blob/master/index.js
is converted to https://cdn.skypack.dev//-/[email protected]/dist=es2019,mode=imports/optimized/lib_importmetaurl_dot.js
The text was updated successfully, but these errors were encountered: