|
3554 | 3554 | },
|
3555 | 3555 | "scripts": {
|
3556 | 3556 | "prepare": "ts-node ./scripts/build/prepare.ts",
|
3557 |
| - "vscode:prepublish": "npm run clean && npm run buildScripts && webpack --mode production && npm run copyFiles -- --webpacked", |
| 3557 | + "vscode:prepublish": "npm run clean && npm run buildScripts && webpack --mode production && npm run copyFiles", |
3558 | 3558 | "clean": "ts-node ./scripts/clean.ts dist",
|
3559 | 3559 | "reset": "npm run clean -- node_modules && npm install",
|
3560 | 3560 | "copyFiles": "ts-node ./scripts/build/copyFiles.ts",
|
3561 | 3561 | "buildScripts": "npm run generateClients && npm run generatePackage && npm run generateNonCodeFiles && npm run copyFiles",
|
3562 |
| - "buildBrowser": "npm run clean && npm run buildScripts && webpack --config webpack.browser.config.js --mode production && npm run copyFiles -- --webpacked", |
3563 |
| - "compile": "npm run clean && npm run buildScripts && webpack --mode development && npm run copyFiles -- --webpacked", |
| 3562 | + "buildBrowser": "npm run clean && npm run buildScripts && webpack --config webpack.browser.config.js --mode production && npm run copyFiles", |
| 3563 | + "compile": "npm run clean && npm run buildScripts && webpack --mode development && npm run copyFiles", |
3564 | 3564 | "watch": "npm run clean && npm run buildScripts && tsc -watch -p ./",
|
3565 | 3565 | "postinstall": "npm run generateTelemetry && npm run generateConfigurationAttributes",
|
3566 | 3566 | "testCompile": "npm run buildScripts && tsc -p ./ && npm run instrument",
|
|
3607 | 3607 | "@types/uuid": "^9.0.1",
|
3608 | 3608 | "@types/vscode": "^1.65.0",
|
3609 | 3609 | "@types/vscode-webview": "^1.57.1",
|
| 3610 | + "@types/webpack-env": "^1.18.1", |
3610 | 3611 | "@types/xml2js": "^0.4.11",
|
3611 | 3612 | "@typescript-eslint/eslint-plugin": "^5.59.0",
|
3612 | 3613 | "@typescript-eslint/parser": "^5.59.1",
|
|
0 commit comments