Is it possible to create global function with ES6 ? I would like use some function on my twig.
The problem is that my function is in an ES6 module. In twig, it is not possible to import the function.
Do you have an idea to counter this problem?
Is it possible to create global function with ES6 ? I would like use some function on my twig.
The problem is that my function is in an ES6 module. In twig, it is not possible to import the function.
Do you have an idea to counter this problem?