Closed amansrivastava462 closed 4 years ago
Hello I am getting issue in orocommerce 4.1, admin panel loadModules is not defined. please check screenshot.
also i am creating a module and try to import using
{% import 'OroSyncBundle:Include:contentTags.html.twig' as syncMacro %}
in my twig file same error i am getting from here. loadModules is not defined.
I have found the solution, we can load the module using jsmodules.yml file, you need to define your modules in the jsmodules.yml for dynamic imports.
Hello I am getting issue in orocommerce 4.1, admin panel loadModules is not defined. please check screenshot.
also i am creating a module and try to import using
{% import 'OroSyncBundle:Include:contentTags.html.twig' as syncMacro %}
in my twig file same error i am getting from here. loadModules is not defined.