summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2016-06-21 20:51:46 +0300
committerYuval Adam <yuval@y3xz.com>2016-06-21 20:51:46 +0300
commitbebde1a43d5604104beed17d81bfcbf446d37880 (patch)
tree1ca329d02dad643dc77354c5a3d93691a580845e /index.js
parent346bb353891c7ef1149ab0f9a6721262ab56931d (diff)
Basic webpack config and style loader
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
new file mode 100644
index 0000000..702f19a
--- /dev/null
+++ b/index.js
@@ -0,0 +1 @@
+document.write("It works.");