If you’re using importmap
with Rails and you need to pin a particular version, here’s how you can do that:
bin/importmap pin @editorjs/[email protected]
This would pin version 1.9.0
of editorjs/list
into your application. Without the version identifier, you’d get the latest version.
Leave a Reply
You must be logged in to post a comment.