Add is_favoriteproducts without compiling theme #352
Closed
Shoprunners
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @Shoprunners, compiling it via webpack is the only way. We are using theme scss variables and in next version even theme js components inside module source files. It's the only way and It will be the only way. Compiling theme isn't hard. All you have to do is to just install dependencies via npm and run build script. Give it a try, w/o using webpack it is meaningless to use Falcon. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
sorry, I am not an expert in webpack and I am not sure how to achieve this:
I created a theme based on falcon did lots of customization and customer wants to use the is_favoriteproducts module.
As far as I see, the css and js ressources are not compiled/webpacked in the release.
Is there a way to add this module to the shop, without compiling the whole theme again? Maybe just use webpack on the new module and ignore the rest? any hints are welcome.
Beta Was this translation helpful? Give feedback.
All reactions