Packages

This is a CMS written in Elixir. Aims to be the great open-source ecommerce and/or startup solution for those who are searching for a performance and stability on top of modern technologies like React and Elixir.

Current section

Files

Jump to
lyn priv commonjs_reaxt style-collector.loader.js
Raw

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];";
}