esnunes / riotjs-loader

riotjs module loader for webpack
MIT License
103 stars 41 forks source link

Migrate to riot-compiler and add support for html only compilation. #20

Closed ludoviclafole closed 8 years ago

ludoviclafole commented 8 years ago

The goal is to permit the use of : http://riotjs.com/api/#manual-construction In webpack without loosing advantages of riot-compiler.

esnunes commented 8 years ago

Can you split this PR into two, one covering riot-compiler and another one to add htmlOnly option?

ludoviclafole commented 8 years ago

Sure.

ludoviclafole commented 8 years ago

I was looking to maintain retro compatibility. Supporting riot before migration to multi module, change drastically how to support html only compilation. If i integrate it without riot-compiler support it will break 2.3.0+ version compatibility. Any suggestion on how i should do it ?