We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b3703 commit 4f6951dCopy full SHA for 4f6951d
package.json
@@ -753,7 +753,7 @@
753
"scripts": {
754
"vscode:prepublish": "npm run build",
755
"compile": "tsc -p . && webpack --config webpack.config.js",
756
- "watch": "webpack --config webpack.config.js --watch --info-verbosity verbose",
+ "watch": "webpack --config webpack.config.js --watch",
757
"build": "webpack --config webpack.config.js --mode=\"production\"",
758
"test": "npm run compile && node ./out/test/index.js"
759
},
0 commit comments