mirror of
https://github.com/we-promise/sure
synced 2026-04-25 17:15:07 +02:00
Fix parse_locale_float import via importmap (#1456)
Add utils folder to importmap so bare specifiers resolve correctly. Root cause: PR #1176
This commit is contained in:
@@ -7,6 +7,7 @@ pin "@hotwired/stimulus-loading", to: "stimulus-loading.js"
|
||||
pin_all_from "app/javascript/controllers", under: "controllers"
|
||||
pin_all_from "app/components", under: "controllers", to: ""
|
||||
pin_all_from "app/javascript/services", under: "services", to: "services"
|
||||
pin_all_from "app/javascript/utils", under: "utils", to: "utils"
|
||||
pin "@github/hotkey", to: "@github--hotkey.js" # @3.1.1
|
||||
pin "@simonwep/pickr", to: "@simonwep--pickr.js" # @1.9.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user