mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-22 10:46:11 +00:00
Switches from webpack to esbuild to bundle the css extension. Tested this locally in a browser and creating an official build to test the bundled extension still work correctly
8 lines
89 B
JSON
8 lines
89 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": [
|
|
"./src/node/**",
|
|
"./src/test/**"
|
|
]
|
|
}
|