jade-loader: Convert template to a module that exports a function.
apply-loader: Takes a function exporting module and returns raw result by applying query parameters.
html-loader: Takes HTML and exports a string exporting module.
I want to use apply-loader to return a string result from jade-loader function. How can I do it ? Thanks !