Đăng TúĐ
Deno3y ago
4 replies
Đăng Tú

Does Deno third party modules support to wrap NPM in importmap

Here is my first module: https://deno.land/x/lume_fluent@1.0.0-alpha

My importmap for the module is
{
    "imports": {
        "lume/": "https://deno.land/x/lume@v1.19.3/",                    "npm/fluent": "npm:@fluent/bundle@0.18.0"
    },
}


It works ok in my local but when failed if I load it from Deno/X, what should I do to fix this case? I prefer to use importmap so I can easily manage deps' ver.
image.png
Was this page helpful?