11
0
Fork 0
mirror of https://github.com/docker/setup-buildx-action.git synced 2026-06-30 13:20:44 +00:00

preserve names in esbuild bundle

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2026-06-29 15:03:17 +02:00
parent c887d9748d
commit c6e2526453
No known key found for this signature in database
GPG key ID: ADE44D8C9D44FBE4
3 changed files with 159 additions and 159 deletions

312
dist/index.cjs generated vendored

File diff suppressed because one or more lines are too long

4
dist/index.cjs.map generated vendored

File diff suppressed because one or more lines are too long

View file

@ -4,7 +4,7 @@
"type": "module",
"main": "src/main.ts",
"scripts": {
"build": "esbuild src/main.ts --bundle --platform=node --target=node24 --format=cjs --outfile=dist/index.cjs --sourcemap --minify && yarn run license",
"build": "esbuild src/main.ts --bundle --platform=node --target=node24 --format=cjs --outfile=dist/index.cjs --sourcemap --minify --keep-names && yarn run license",
"lint": "eslint --max-warnings=0 .",
"format": "eslint --fix .",
"test": "vitest run",