orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
16 lines (11 loc) • 307 B
JavaScript
// Generated by CoffeeScript 1.9.3
var _BlockPrependor;
module.exports = _BlockPrependor = (function() {
function _BlockPrependor(_config) {
this._config = _config;
}
_BlockPrependor.prototype.render = function(options) {
return this._render(options);
};
return _BlockPrependor;
})();