Add images folder. Migrate input controller into InputBox component

This commit is contained in:
Borys_Levytskyi
2016-11-20 19:24:05 +02:00
parent de0dfba04f
commit 3144cf2418
9 changed files with 50 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
module.exports = {
entry: __dirname + "/src/index.jsx",
entry: __dirname + "/src/app/index.jsx",
output: {
fileame: 'bundle.js',
path: __dirname + '/src',