-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.js
10 lines (8 loc) · 935 Bytes
/
main.js
1
2
3
4
5
6
7
8
9
10
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
var write=require("./write");window.addEventListener("DOMContentLoaded",write);
},{"./write":3}],2:[function(require,module,exports){
module.exports="This txt was loaded from the JS file!!";
},{}],3:[function(require,module,exports){
var text=require("./text");module.exports=function(){var e=document.createElement("h2");e.textContent=text,document.getElementById("container").appendChild(e)};
},{"./text":2}]},{},[1])
//# sourceMappingURL=main.js.map