Skip to content

Commit

Permalink
fine tuning the webpack options for production
Browse files Browse the repository at this point in the history
  • Loading branch information
igochkov committed Jun 17, 2023
1 parent 748641e commit bbb2fb1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@
"main": "./dist/extension.js",
"scripts": {
"vscode:prepublish": "npm run package",
"webpack": "webpack --mode production",
"webpack-dev": "webpack --mode development",
"package": "webpack --mode production --devtool hidden-source-map"
"webpack": "webpack --mode development",
"package": "webpack --mode production --devtool hidden-nosources-source-map"
},
"devDependencies": {
"ts-loader": "^9.4.3",
Expand Down

0 comments on commit bbb2fb1

Please sign in to comment.