Replies: 2 comments 11 replies
-
We will most likely remove our dependency to webpacker for the host app and let users decide how to bundle and build the alchemy admin package. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Latest |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm currently trying to update / switch from webpacker v5 to shakapacker, its successor.
Because Webpacker is retired and it will not be the default anymore for Rails 7, I think it's time to think how AlchemyCMS should react.
BTW I'm facing a small problem, because since the v6 of webpacker/shakapacker doesn't allow nested directories in the
source_entry_path
anymore as explained here, the line that imports the pack inside the alchemy admin layout should be changed to something like:Anyway, this discussion is more general, because Rails is moving away from Webpacker and I think AlchemyCMS should be more "agnostic" about that.
Beta Was this translation helpful? Give feedback.
All reactions