-
Notifications
You must be signed in to change notification settings - Fork 266
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Ruby on Rails applications use import maps: https://caniuse.com/import-maps and so we end up with a script tag like this:
<script type="importmap" data-turbo-track="reload">{
"imports": {
"application": "/assets/application-bfcdf840.js",
"@hotwired/turbo-rails": "/assets/turbo.min-c1e82531.js",
"@hotwired/stimulus": "/assets/stimulus.min-4b1e420e.js",
"@hotwired/stimulus-loading": "/assets/stimulus-loading-1fc53fe7.js",
"controllers/application": "/assets/controllers/application-3affb389.js",
"controllers/hello_controller": "/assets/controllers/hello_controller-708796bd.js",
"controllers": "/assets/controllers/index-ee64e1f1.js"
}
}</script>
From what we can tell lightpanda doesn't know how to handle this. We can try to PR a fix for this soon but I wasn't sure if there is already someone else looking into it?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request