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: [