Answer the question
In order to leave comments, you need to log in
Does anyone use XSLT with webpack, and if so, how?
Webpack uses a bunch of templating engines, but what about XSLT or something like XSLT? The search has not helped yet, it seems that there is no such practice at all. Is it so?
Answer the question
In order to leave comments, you need to log in
Take, for example, node_xslt and wrap it in a loader. From experience, writing loaders is easy, and plugins too. Your loader, in my opinion, is just a reference example, everything will go like clockwork.
If you want to apply the template at runtime in the browser, node_xslt won't work, you need to look for a pure JS implementation.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question