summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-12-08 12:06:16 +0200
committerYuval Adam <yuval@y3xz.com>2015-12-08 12:06:16 +0200
commitc52b19823b2575130b3ef1e133f494b176fa1500 (patch)
tree83c2a1b1765fb07bd7c38448672aecbd4c13af03 /index.js
parent2b93429ff34bc489998a326c8698df54e269846a (diff)
Initial webpack stuff
Diffstat (limited to 'index.js')
-rw-r--r--index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.js b/index.js
new file mode 100644
index 0000000..993e9a9
--- /dev/null
+++ b/index.js
@@ -0,0 +1,3 @@
+require("./style.css");
+
+document.write("It works."); \ No newline at end of file