initial checkin

This commit is contained in:
Ceolter
2016-01-22 07:05:08 +00:00
parent e89f641a66
commit 6e609cfa08
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ module.exports = {
entry: "./src/index.js",
output: {
path: __dirname,
filename: "bundle.js"
filename: "dist/bundle.js"
},
module: {
loaders: [