Migrated to Webpack, MobX

This commit is contained in:
Michel Weststrate 2016-02-26 16:39:48 +01:00
parent c1ae765a16
commit 1256b8e27c
13 changed files with 2445 additions and 7203 deletions

View file

@ -10,7 +10,8 @@
"jsx": "react",
"outDir": "dist"
},
"files": [
"src/index.tsx"
"exclude": [
"node_modules",
"static"
]
}