Skip to content

Instantly share code, notes, and snippets.

@YashdalfTheGray
Last active September 21, 2017 01:15
Show Gist options
  • Save YashdalfTheGray/509126ebf10d7483736b9754ef216fda to your computer and use it in GitHub Desktop.
Save YashdalfTheGray/509126ebf10d7483736b9754ef216fda to your computer and use it in GitHub Desktop.
Identity webpack loader
module.exports = function(source, map) {
this.callback(null, source, map);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment