const {getOptions} = require('loader-utils');
module.exports = function LatusLoader() {
const {source} = getOptions(this);
return source;
};