UNPKG

steal-tools

Version:

Futuristic build tools for ES6 Module applications.

15 lines (14 loc) 250 B
<body> <script> // jquery shim window.$ = function(tag){ var el = document.getElementsByTagName(tag)[0]; return { html: function(html){ el.innerHTML = html; } }; }; </script> <script src="dist/global/npm-test.js"></script> </body>