From 6e609cfa084d955b345878cc05c5bef00ff6cee8 Mon Sep 17 00:00:00 2001 From: Ceolter Date: Fri, 22 Jan 2016 07:05:08 +0000 Subject: [PATCH] initial checkin --- index.html | 2 +- webpack.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 2663b51..bae2167 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - + diff --git a/webpack.config.js b/webpack.config.js index 0df63fd..ed4db85 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -2,7 +2,7 @@ module.exports = { entry: "./src/index.js", output: { path: __dirname, - filename: "bundle.js" + filename: "dist/bundle.js" }, module: { loaders: [