#Aliasing with npm specifiers in import map

2 messages · Page 1 of 1 (latest)

brittle topaz
#

Is the following supported?

{
  "imports": {
    "react": "npm:react@18"
  }
}

unreal dove
#

I believe so