Commit 7365166 1 parent 18b765f commit 7365166 Copy full SHA for 7365166
File tree 1 file changed +5
-15
lines changed
1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,15 @@ const serverResources = [
58
58
'out-build/bootstrap-fork.js' ,
59
59
'out-build/bootstrap-amd.js' ,
60
60
'out-build/bootstrap-node.js' ,
61
+ 'out-build/paths.js' ,
61
62
62
63
// Performance
63
64
'out-build/vs/base/common/performance.js' ,
64
65
66
+ // main entry points
67
+ 'out-build/server-cli.js' ,
68
+ 'out-build/server-main.js' ,
69
+
65
70
// Watcher
66
71
'out-build/vs/platform/files/**/*.exe' ,
67
72
'out-build/vs/platform/files/**/*.md' ,
@@ -364,21 +369,6 @@ function tweakProductForServerWeb(product) {
364
369
inlineAmdImages : true ,
365
370
bundleInfo : undefined ,
366
371
fileContentMapper : createVSCodeWebFileContentMapper ( '.build/extensions' , type === 'reh-web' ? tweakProductForServerWeb ( product ) : product )
367
- } ,
368
- commonJS : {
369
- src : 'out-build' ,
370
- entryPoints : [
371
- 'out-build/server-main.js' ,
372
- 'out-build/server-cli.js'
373
- ] ,
374
- platform : 'node' ,
375
- external : [
376
- 'minimist' ,
377
- // TODO: we cannot inline `product.json` because
378
- // it is being changed during build time at a later
379
- // point in time (such as `checksums`)
380
- '../product.json'
381
- ]
382
372
}
383
373
}
384
374
)
You can’t perform that action at this time.
0 commit comments