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"),