From dd7aceb7dc9fcca149bd1109785c76cf333c5d4a Mon Sep 17 00:00:00 2001 From: Claudio Ludovico Date: Tue, 26 Jan 2016 12:15:25 +0100 Subject: [PATCH 1/2] Changed main entry file. Since the entry file is called `main.js` shouldn't be used as "main" inside package.json? --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index edbad95..7f6e3b6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vue-hackernews", "version": "1.0.0", "description": "HN clone with Vue.js using HN API", - "main": "index.js", + "main": "main.js", "scripts": { "dev": "webpack-dev-server --inline --hot --no-info", "build": "cross-env NODE_ENV=production webpack --progress --hide-modules" From 824dab4b283011ad4ab891e051bec4438a82db0c Mon Sep 17 00:00:00 2001 From: Claudio Ludovico Date: Tue, 26 Jan 2016 16:50:35 +0100 Subject: [PATCH 2/2] Update package.json --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 7f6e3b6..be209a5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "vue-hackernews", "version": "1.0.0", "description": "HN clone with Vue.js using HN API", - "main": "main.js", "scripts": { "dev": "webpack-dev-server --inline --hot --no-info", "build": "cross-env NODE_ENV=production webpack --progress --hide-modules"