mirror of
https://github.com/github/codeql-action.git
synced 2026-08-05 04:57:19 -05:00
Mark upload-lib as external
This commit is contained in:
@@ -177,7 +177,7 @@ const context = await esbuild.context({
|
|||||||
format: "cjs",
|
format: "cjs",
|
||||||
outdir: OUT_DIR,
|
outdir: OUT_DIR,
|
||||||
platform: "node",
|
platform: "node",
|
||||||
external: ["./entry-points"],
|
external: ["./entry-points", "./upload-lib"],
|
||||||
plugins: [cleanPlugin, copyDefaultsPlugin, entryPointsPlugin, onEndPlugin],
|
plugins: [cleanPlugin, copyDefaultsPlugin, entryPointsPlugin, onEndPlugin],
|
||||||
target: ["node20"],
|
target: ["node20"],
|
||||||
define: {
|
define: {
|
||||||
|
|||||||
Generated
+3144
-7907
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user