Skip to content

Commit

Permalink
Remove popper js from importmap.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlittman committed Nov 1, 2023
1 parent e4fe95a commit cdf9230
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/importmap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
pin "application", preload: true
pin "jquery", to: "https://ga.jspm.io/npm:[email protected]/dist/jquery.js"
pin "bootstrap", to: "https://ga.jspm.io/npm:[email protected]/dist/js/bootstrap.esm.js"
pin "@popperjs/core", to: "https://ga.jspm.io/npm:@popperjs/[email protected]/lib/index.js"
pin "@hotwired/stimulus", to: "stimulus.min.js", preload: true
pin "@hotwired/stimulus-loading", to: "stimulus-loading.js", preload: true
pin_all_from "app/javascript/controllers", under: "controllers"
Expand Down

0 comments on commit cdf9230

Please sign in to comment.