Open samuelmesq opened 9 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);
if the loader return the required for riot, there is no more need to using providePlugin.