exhibitionist-digital / ultra

Zero-Legacy Deno/React Suspense SSR Framework
https://ultrajs.dev
MIT License
2.99k stars 65 forks source link

feat: support more import specifiers in dev #259

Open deckchairlabs opened 1 year ago

deckchairlabs commented 1 year ago

This PR add support for the following in importMaps when running in dev mode.

{
    "imports": {
        "@/": "./src/",
        "base64": "https://deno.land/std@0.192.0/encoding/base64.ts"
    }
}