diff --git a/recipebox0/webpack.config.js b/recipebox0/webpack.config.js index 4815ea1..3cae64d 100644 --- a/recipebox0/webpack.config.js +++ b/recipebox0/webpack.config.js @@ -3,7 +3,7 @@ var path = require("path"); var DIST_DIR = path.resolve(__dirname,"dist"); var SRC_DIR = path.resolve(__dirname,"src"); - +//configuration var config = { entry: SRC_DIR + "/app/index.js", output: {