TeemuKoivisto / prosemirror-dev-toolkit

Injectable developer tools for ProseMirror rich-text editors implemented in Svelte and TypeScript.
https://teemukoivisto.github.io/prosemirror-dev-toolkit/
MIT License
116 stars 6 forks source link

inject.js not working, bundle.umd.min.js not found #25

Closed TimeBomb closed 1 year ago

TimeBomb commented 1 year ago

I noticed https://unpkg.com/prosemirror-dev-toolkit/dist/bundle.umd.min.js doesn't exist which causes inject.js to fail to work.

TeemuKoivisto commented 1 year ago

Thanks @TimeBomb ! Yeah, forgot to update the build script when I migrated to pnpm. Should work now.