It doesn't seem to generate stimulus controllers? Is there a way I can enable or is it by design? #45
Answered
by
palkan
SyedMSawaid
asked this question in
Q&A
-
|
Same as the title |
Beta Was this translation helpful? Give feedback.
Answered by
palkan
Apr 30, 2024
Replies: 1 comment 1 reply
-
We provide a minimal generator; you can upgrade it to generate Stimulus controllers as well. We dropped the whole part on JS/CSS from the generator since it became too costly to support all the possible assets pipelines/managers/builders/no-builders. (Yeah, the only thing that was easier with Webpacker is that it was the only option and we could only take care of it). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SyedMSawaid
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We provide a minimal generator; you can upgrade it to generate Stimulus controllers as well.
We dropped the whole part on JS/CSS from the generator since it became too costly to support all the possible assets pipelines/managers/builders/no-builders. (Yeah, the only thing that was easier with Webpacker is that it was the only option and we could only take care of it).