diff --git a/index.html b/index.html index 3527965..4705d9f 100755 --- a/index.html +++ b/index.html @@ -41,6 +41,6 @@

Part of TodoMVC

- + diff --git a/webpack.config.babel.js b/webpack.config.js similarity index 79% rename from webpack.config.babel.js rename to webpack.config.js index 68a7161..eee7246 100644 --- a/webpack.config.babel.js +++ b/webpack.config.js @@ -1,9 +1,8 @@ -const path = require('path') module.exports = { entry: './js/app.js', output: { filename: 'bundle.js', - path: path.resolve(__dirname, './dist'), + pathinfo: true, }, context: __dirname, devtool: 'eval',