mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 23:35:54 +01:00
Temporarily restore webpack ext builds
Needed since https://github.com/microsoft/vscode/pull/298920 snuck in which brought back webpack for the github extension
This commit is contained in:
1852
test/monaco/package-lock.json
generated
1852
test/monaco/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"compile": "node ../../node_modules/typescript/bin/tsc",
|
||||
"bundle-webpack": "webpack --config ./webpack.config.js --bail",
|
||||
"bundle-webpack": "node ../../node_modules/webpack/bin/webpack --config ./webpack.config.js --bail",
|
||||
"esm-check": "node esm-check/esm-check.js",
|
||||
"test": "node runner.js"
|
||||
},
|
||||
@@ -14,14 +14,6 @@
|
||||
"@types/chai": "^4.2.14",
|
||||
"axe-playwright": "^2.1.0",
|
||||
"chai": "^4.2.0",
|
||||
"css-loader": "^6.9.1",
|
||||
"file-loader": "^6.2.0",
|
||||
"style-loader": "^3.3.2",
|
||||
"warnings-to-errors-webpack-plugin": "^2.3.0",
|
||||
"webpack": "^5.105.0",
|
||||
"webpack-cli": "^5.1.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"postcss": "^8.5.6"
|
||||
"warnings-to-errors-webpack-plugin": "^2.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user