But, what about packages that also have dependencies but they are loaded as imports in the js file. They aren't loaded currently. Do you know of a fix for this?
@sacrac1Ай бұрын
@GoRails Do you know how to move webpacker into importmaps ?? including vendor/javascript/library.js, stimulus.js controller etc my project is in 7.0 because I migrate 6.x to 7.x i'm newbie in rails and new change is confuising. Any advice? tutoria step by step?
@mooktakimАй бұрын
Is it better than using esbuild?
@bigboyshassen59Ай бұрын
this is definitely the missing tutorial how would you load page specific js? or do you load it on each page and check that the html you want to manipulate in js exists on the page?