how to import cdn deno module with dependency
I try to use
instead
Because I change some code that I need. Then try use cdn as fast load my self module.
1. When using https://cdn.jsdelivr.net/gh/LY1806620741/fresh@dev/packages/fresh/src/mod.ts, the dependency @std/fmt/color fails to load properly.
2. Configuring a scope (module scope) did not resolve the problem.
3. Using https://cdn.jsdelivr.net/gh/LY1806620741/fresh@dev/packages/fresh results in a "not a module" error.
4. Attempting to reference https://cdn.jsdelivr.net/gh/LY1806620741/fresh@dev/packages/fresh/deno.json directly triggers an error as well.
instead
Because I change some code that I need. Then try use cdn as fast load my self module.
1. When using https://cdn.jsdelivr.net/gh/LY1806620741/fresh@dev/packages/fresh/src/mod.ts, the dependency @std/fmt/color fails to load properly.
2. Configuring a scope (module scope) did not resolve the problem.
3. Using https://cdn.jsdelivr.net/gh/LY1806620741/fresh@dev/packages/fresh results in a "not a module" error.
4. Attempting to reference https://cdn.jsdelivr.net/gh/LY1806620741/fresh@dev/packages/fresh/deno.json directly triggers an error as well.
