Same for me when I'm testing this with my own library: `@stefandesu/vite-test-library` I just can't get it to work, and I'm not sure how I should change the build process to make it work with Observable.
found a new module viem can't work with all available methods here, include Skypack not working,
but found the esm.sh can work:
viem = import("https://esm.sh/viem@2.9.16")
@Fil
you may update it into this page?
I also seem to have found a module that won't work: "chs-js-lib"
This tool claims that "require('chs-js-lib@0.3.5/dist/chs.min.mjs')" will work, but when I try it on a notebook I get the "RequireError: invalid module" error.
I'm getting CORS error on unpkg for the meta json, tried with package @mapbox/vector-tile. Strangely, adding the version number (@mapbox/vector-tile@2.0.3) works but the format of the JSON seems to have changed so scavengingForLinks fails...
@jcolot Thanks for raising! Can you say more about the format changes? I included the version to avoid the redirect, but beyond that everything seems to be working again.