mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +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:
@@ -158,7 +158,7 @@
|
||||
"scripts": {
|
||||
"compile": "npx gulp compile-extension:ipynb && npm run build-notebook",
|
||||
"watch": "npx gulp watch-extension:ipynb",
|
||||
"build-notebook": "node ./esbuild"
|
||||
"build-notebook": "node ./esbuild.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@enonic/fnv-plus": "^1.3.0",
|
||||
|
||||
Reference in New Issue
Block a user