radiocity / twig-html-loader

Twig to html loader for webpack
MIT License
27 stars 11 forks source link

Why use raw-loader ? #8

Closed ryuran closed 5 years ago

ryuran commented 5 years ago

I do not uderstand why we need to use raw-loader. What part of the job twig-html-loader and raw-loader do?

radiocity commented 5 years ago

None of any job. It is a result of brainless copy-paste. The idea is user able to combine twig-html-loader with other (ex, html-loader)

ryuran commented 5 years ago

Ok I understand now I'm looking for a way to transfert data from HTMLWebpackPlugin to twig file #9.

It's easier with render-template-loader or twig-loader but it's not compatible with html-loader.