A regolith filter for using esbuild
Setting | Type | Default | Description |
---|---|---|---|
buildOptions |
buildOptions | defBuildOpts | Specifies build options for esbuild |
ignoreGlob |
string[] | [] | Ignores files matching the glob paths during removal after building |
removeGlob |
string | "" | Removes all files matching the glob path after building |
{
external: ["mojang-minecraft", "mojang-minecraft-ui", "mojang-gametest"],
entryPoints: ["BP/src/index.ts"],
outfile: "BP/scripts/index.js",
target: "es2020",
format: "esm",
bundle: true,
minify: true
}