diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-06-21 20:51:46 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-06-21 20:51:46 +0300 |
| commit | bebde1a43d5604104beed17d81bfcbf446d37880 (patch) | |
| tree | 1ca329d02dad643dc77354c5a3d93691a580845e /index.js | |
| parent | 346bb353891c7ef1149ab0f9a6721262ab56931d (diff) | |
Basic webpack config and style loader
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 1 |
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."); |
