mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
Use esbuild instead of webpack to bundle the css extension
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
This commit is contained in:
@@ -6,16 +6,12 @@ client/src/**
|
||||
server/src/**
|
||||
client/out/**
|
||||
server/out/**
|
||||
client/tsconfig.json
|
||||
server/tsconfig.json
|
||||
**/tsconfig*.json
|
||||
server/test/**
|
||||
server/bin/**
|
||||
server/build/**
|
||||
server/package-lock.json
|
||||
server/.npmignore
|
||||
package-lock.json
|
||||
server/extension.webpack.config.js
|
||||
extension.webpack.config.js
|
||||
server/extension-browser.webpack.config.js
|
||||
extension-browser.webpack.config.js
|
||||
**/esbuild*.mts
|
||||
CONTRIBUTING.md
|
||||
|
||||
Reference in New Issue
Block a user