Skip to content

Instantly share code, notes, and snippets.

@tomciopp
Created April 14, 2017 11:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomciopp/613f7cd4fe7c56e740f0e0bd9097701b to your computer and use it in GitHub Desktop.
Save tomciopp/613f7cd4fe7c56e740f0e0bd9097701b to your computer and use it in GitHub Desktop.
require("web/static/js/logging.js");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
});
;require.register("web/static/js/logging.js", function(exports, require, module) {
"use strict";
console.log("Logs to the console");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment