esnunes / riotjs-loader

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

put the riot on loader. #8

Open samuelmesq opened 8 years ago

samuelmesq commented 8 years ago

if the loader return the required for riot, there is no more need to using providePlugin.

return "var riot = require('riot')\n\n" + riot.compile(content, options);