Current section
Files
Jump to
Current section
Files
priv/commonjs_reaxt/style-collector.loader.js
module.exports = function() {};
module.exports.pitch = function(req) {
this.cacheable();
return "require(" + JSON.stringify(require.resolve("./style-collector")) + ").add(require(" + JSON.stringify("!!" + req) + "));\n" +
"delete require.cache[module.id];";
}