Moved run script to root of src folder and renamed it to index.j. Updated config files to use this as entry point to the template

This commit is contained in:
stylesuxx
2015-12-18 11:28:43 +01:00
parent 5ec8667f0f
commit d8d510a67d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ let config = _.merge({
entry: [
'webpack-dev-server/client?http://127.0.0.1:8000',
'webpack/hot/only-dev-server',
'./src/components/run'
'./src/index'
],
cache: true,
devtool: 'eval',