Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F12661957
esbuild.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
424 B
Referenced Files
None
Subscribers
None
esbuild.js
View Options
const
{
build
}
=
require
(
"esbuild"
);
const
glob
=
require
(
"tiny-glob"
);
const
watch
=
process
.
argv
.
at
(
-
1
)
===
"--watch"
;
(
async
()
=>
{
let
entryPoints
=
Object
.
fromEntries
(
(
await
glob
(
"./src/**/*.ts"
)).
map
((
e
)
=>
[
e
.
replace
(
/\.ts$/
,
""
),
e
,
])
);
build
({
entryPoints
,
sourcemap
:
true
,
outdir
:
"./dist"
,
logLevel
:
"info"
,
platform
:
"node"
,
watch
,
target
:
"node16"
,
format
:
"cjs"
,
});
})();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 28, 15:49 (7 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1042288
Default Alt Text
esbuild.js (424 B)
Attached To
Mode
rJDDE jdd-editor
Attached
Detach File
Event Timeline
Log In to Comment