nonzzz / vite-plugin-cdn

replace module with CDN. work with vite.
MIT License
73 stars 5 forks source link

Feat: support auto add esm importmap #45

Open NWYLZW opened 3 months ago

NWYLZW commented 3 months ago

Now many packages is only support esm cdn, the package should support what auto add importmap when scan external.

<script type="importmap">
  {
    "imports": {
      "shiki": "https://cdn.jsdelivr.net/npm/shiki@~1.2.0/+esm"
    }
  }
</script>