From 8f0ed0d8c024b01553c24fecb237fb5688e89a76 Mon Sep 17 00:00:00 2001 From: Anurag Harsh Date: Fri, 12 Oct 2018 17:16:48 +0530 Subject: [PATCH] added some comments --- recipebox0/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {