daijinara said over 2 years ago on Organizing Stimulus Controllers :
  Hi David! I love your contents and you are my mentor. 

I practice the way you organize Stimulus files. I am back to sprockets with Hotwire-rails and abandoned webpacker for my new project.

I am wondering do you do the "ApplicationController" in this environment? 

Also have you figured out the functionality of "libraries" folder in Hotwire-rails? 

I am using Skypack for the external js libraries, such as rails/request.js, so there is not match of a problem to be honest, but I am just curious if import from "node_module" folder is good practice with Sprocket. 

For example, ActionText is design to use webpacker as default. But is the elegant way to integrate ActionText in Hotwire-Rails & Sprockets environment?