Skip to content

Commit

Permalink
Incllude source codes in production build. Increment version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hao1300 committed Mar 10, 2020
1 parent a525292 commit f1c90c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit f1c90c9

Please sign in to comment.