mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Convert esbuild scripts to modules
Planning to convert to typescript but want to do it in a few smaller steps
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
"scripts": {
|
||||
"compile": "npx gulp compile-extension:notebook-renderers && npm run build-notebook",
|
||||
"watch": "npx gulp compile-watch:notebook-renderers",
|
||||
"build-notebook": "node ./esbuild"
|
||||
"build-notebook": "node ./esbuild.mjs"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user