Skip to content

Instantly share code, notes, and snippets.

@fitzgen
Created March 22, 2013 21:12
Show Gist options
  • Save fitzgen/5224785 to your computer and use it in GitHub Desktop.
Save fitzgen/5224785 to your computer and use it in GitHub Desktop.
Object.defineProperty(window, "sourceMaps", {
get: function () {
delete window.sourceMap;
window.sourceMap = require("source-map");
return window.sourceMap;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment