diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-11 23:15:47 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-11 23:15:47 +0900 |
commit | fe4b1bf362a563c7112ab8bc584e2a3c9284efc3 (patch) | |
tree | db5be8793243e1b6a77b5ad6b888d60387b4fc79 /src/index.js | |
parent | fe8cfcbe47433f859466b8887609bc0edaa8ca9e (diff) |
add webpack.config
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 3 |
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() |