aboutsummaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-08-11 23:15:47 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-08-11 23:15:47 +0900
commitfe4b1bf362a563c7112ab8bc584e2a3c9284efc3 (patch)
treedb5be8793243e1b6a77b5ad6b888d60387b4fc79 /src/index.js
parentfe8cfcbe47433f859466b8887609bc0edaa8ca9e (diff)
add webpack.config
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js
new file mode 100644
index 0000000..8c9b627
--- /dev/null
+++ b/src/index.js
@@ -0,0 +1,3 @@
+import * as Module from './module';
+
+Module.initialize()