Created
April 14, 2017 11:45
-
-
Save tomciopp/613f7cd4fe7c56e740f0e0bd9097701b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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