Skip to content

v87

Compare
Choose a tag to compare
@ije ije released this 11 Jul 23:04
  • Support ?external query, this will give you better user experience when you are using import maps.
    // import_map.json
    {
      "imports": {
        "preact": "https://esm.sh/preact@10.7.2",
        "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?external=preact",
      }
    }
  • Support ?no-dts (equals to ?no-check) query
  • Add the ignore-annotations option for esbuild (#349)
  • Prevent submodules bundling their local dependencies (#354)
  • Don't panic in Opera

Credits

Huge thanks to @alienzhou