Closed
Description
I was trying to run the install instructions against the Webpacker 6 beta.
Taking my example which already worked against Webpacker 5, and upgrading Webpacker, my Turbo install was no longer downloading. (The links that had been identified in the log as being processed as TURBO_STREAM
no longer were, the behavior was no longer working, and Turbo was no longer in the sources tab).
Adding a console.log(Turbo)
to the application.js
file makes everything work again, so I guess I'd assume that the switch to Webpacker 6 and the javascript_packs_with_chunks_tag
helper somehow doesn't realize that Turbo is being used and therefore doesn't download it with the pack?
Is there a preferred way of managing this?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels