Fix vscode:prepublish not using webpack production mode

pull/133/head
Kelvin Schoofs 6 years ago
parent 059ecde7c3
commit 1d270e006a

@ -177,7 +177,7 @@
}
},
"scripts": {
"vscode:prepublish": "npm run compile && cd webview && npm run build",
"vscode:prepublish": "npm run build && cd webview && npm run build",
"build": "webpack --mode production",
"compile": "webpack --mode none --info-verbosity verbose --display-modules",
"profile": "webpack --mode production --profile --json > stats.json",

Loading…
Cancel
Save