mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Fix out-esbuild build
This commit is contained in:
+7
-1
@@ -172,7 +172,13 @@ if (config.addon) {
|
||||
};
|
||||
outConfig = {
|
||||
...outConfig,
|
||||
entryPoints: ['src/**/*.ts'],
|
||||
entryPoints: [
|
||||
'src/browser/*.ts',
|
||||
'src/common/*.ts',
|
||||
'src/headless/*.ts',
|
||||
'src/vs/base/*.ts',
|
||||
'src/vs/patches/*.ts'
|
||||
],
|
||||
outdir: 'out-esbuild/'
|
||||
};
|
||||
outTestConfig = {
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
],
|
||||
"outDir": "../../out",
|
||||
"types": [
|
||||
"../../node_modules/@types/mocha"
|
||||
"../../node_modules/@types/mocha",
|
||||
"../vs/typings/thenable.d.ts"
|
||||
],
|
||||
"baseUrl": "..",
|
||||
"paths": {
|
||||
|
||||
Reference in New Issue
Block a user