Skip to content

Instantly share code, notes, and snippets.

@ali-master
Created September 17, 2017 06:48
Show Gist options
  • Save ali-master/78a1e6dda35431a620e3f3d0dce33933 to your computer and use it in GitHub Desktop.
Save ali-master/78a1e6dda35431a620e3f3d0dce33933 to your computer and use it in GitHub Desktop.
"use strict";
var utils = require('loader-utils');
module.exports = function (content) {
var opt = utils.parseQuery(this.query);
return opt.data ? opt.data + content : content;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment