From f1c90c903d950c05d104df89880c2c44313d3f26 Mon Sep 17 00:00:00 2001 From: Hao Nguyen Date: Tue, 10 Mar 2020 05:39:31 -0700 Subject: [PATCH] Incllude source codes in production build. Increment version. --- src/manifest.json | 2 +- webpack.config.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 1d4bedf..836a690 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "Hey Buddy - Chrome Voice Assistant", - "version": "2.0.1", + "version": "2.0.2", "short_name": "Hey Buddy", "manifest_version": 2, "description": "Use voice commands to control your Chrome browser", diff --git a/webpack.config.js b/webpack.config.js index e63ee1a..b525c4d 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -31,6 +31,7 @@ if (fileSystem.existsSync(secretsPath)) { var options = { mode: env.NODE_ENV, + devtool: 'source-map', entry: { popup: path.join(__dirname, "src", "js", "popup.js"), options: path.join(__dirname, "src", "js", "options.js"),