You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have this pinned: pin "@popperjs/core", to: "https://ga.jspm.io/npm:@popperjs/[email protected]/lib/index.js" and then run ./bin/importmap update, it will remove the url and instead pin it from disk by changing the line to pin "@popperjs/core", to: "@popperjs--core.js" # @2.11.8. Issue this that this completly breaks popperjs functionality. It's required for bootsrap.
Updating the pin's link to the latest version does prevent the update, but it shouldn't break the pin altogether when running update. You can probably close this right away if that's by design.
The text was updated successfully, but these errors were encountered:
If I have this pinned:
pin "@popperjs/core", to: "https://ga.jspm.io/npm:@popperjs/[email protected]/lib/index.js"
and then run./bin/importmap update
, it will remove the url and instead pin it from disk by changing the line topin "@popperjs/core", to: "@popperjs--core.js" # @2.11.8
. Issue this that this completly breaks popperjs functionality. It's required for bootsrap.Updating the pin's link to the latest version does prevent the update, but it shouldn't break the pin altogether when running update. You can probably close this right away if that's by design.
The text was updated successfully, but these errors were encountered: