Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F969198
esbuild.cjs
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
414 B
Referenced Files
None
Subscribers
None
esbuild.cjs
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
:
"esm"
,
});
})();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 07:22 (28 m, 22 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
547618
Default Alt Text
esbuild.cjs (414 B)
Attached To
Mode
rJDDE jdd-editor
Attached
Detach File
Event Timeline
Log In to Comment