-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.js.map
1 lines (1 loc) · 1.34 KB
/
main.js.map
1
{"version":3,"sources":["node_modules/browser-pack/_prelude.js","assets/scripts/main.js","assets/scripts/write.js","assets/scripts/text.js"],"names":["write","require","window","addEventListener","text","module","exports","heading","document","createElement","textContent","getElementById","appendChild"],"mappings":"AAAA;ACAA,GAAIA,OAAQC,QAAQ,UACpBC,QAAOC,iBAAiB,mBAAoBH;;AED5CK,OAAOC,QAAU;;ADAjB,GAAIF,MAAOH,QAAQ,SACnBI,QAAOC,QAAU,WACb,GAAIC,GAAUC,SAASC,cAAc,KACrCF,GAAQG,YAAcN,KACtBI,SAASG,eAAe,aAAaC,YAAYL","file":"bundle.js","sourcesContent":["(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})","var write = require('./write');\nwindow.addEventListener('DOMContentLoaded', write);\n","var text = require('./text');\nmodule.exports = function () {\n var heading = document.createElement('h2');\n heading.textContent = text;\n document.getElementById('container').appendChild(heading);\n};\n","module.exports = 'This txt was loaded from the JS file!!';\n"]}