|
4246 | 4246 | "clean": "ts-node ../../scripts/clean.ts dist/ LICENSE NOTICE quickStart* README* CHANGELOG.md",
|
4247 | 4247 | "copyFiles": "ts-node ./scripts/build/copyFiles.ts",
|
4248 | 4248 | "buildScripts": "npm run generateClients && npm run generatePackage && npm run generateNonCodeFiles && npm run copyFiles",
|
4249 |
| - "browserWatch": "npm run clean && npm run buildScripts && webpack --config webpack.browser.config.js --watch", |
| 4249 | + "browserWatch": "npm run clean && npm run buildScripts && webpack --config-name web --watch", |
4250 | 4250 | "browserRun": "npx @vscode/test-web --open-devtools --browserOption=--disable-web-security --waitForDebugger=9222 --extensionDevelopmentPath=. .",
|
4251 | 4251 | "compile": "npm run clean && npm run buildScripts && webpack --mode development && npm run copyFiles",
|
4252 | 4252 | "watch": "npm run clean && npm run buildScripts && tsc -watch -p ./",
|
|
4257 | 4257 | "format": "prettier --ignore-path ../../.prettierignore --check src scripts",
|
4258 | 4258 | "formatfix": "prettier --ignore-path ../../.prettierignore --write src scripts",
|
4259 | 4259 | "lint": "ts-node ./scripts/lint/testLint.ts && npm run format",
|
4260 |
| - "package": "ts-node ./scripts/build/package.ts", |
| 4260 | + "package": "ts-node ../../scripts/package.ts", |
4261 | 4261 | "install-plugin": "vsce package -o aws-toolkit-vscode-test.vsix && code --install-extension aws-toolkit-vscode-test.vsix",
|
4262 | 4262 | "generateClients": "npm run build -w @amzn/codewhisperer-streaming && ts-node ./scripts/build/generateServiceClient.ts ",
|
4263 | 4263 | "generatePackage": "ts-node ./scripts/build/generateIcons.ts",
|
|
4297 | 4297 | "@types/sinonjs__fake-timers": "^8.1.2",
|
4298 | 4298 | "@types/tcp-port-used": "^1.0.1",
|
4299 | 4299 | "@types/uuid": "^9.0.1",
|
4300 |
| - "@types/webpack-env": "^1.18.1", |
4301 | 4300 | "@types/whatwg-url": "^11.0.4",
|
4302 | 4301 | "@types/xml2js": "^0.4.11",
|
4303 | 4302 | "@typescript-eslint/eslint-plugin": "^5.59.0",
|
|
4324 | 4323 | "vue-loader": "^17.2.2",
|
4325 | 4324 | "vue-style-loader": "^4.1.3",
|
4326 | 4325 | "webfont": "^11.2.26",
|
4327 |
| - "webpack": "^5.83.0", |
4328 |
| - "webpack-cli": "^5.1.4", |
4329 |
| - "webpack-dev-server": "^4.15.1", |
4330 | 4326 | "typescript": "^5.0.4",
|
4331 | 4327 | "ts-node": "^10.9.1"
|
4332 | 4328 | },
|
|
0 commit comments