Skip to content

esbuild: Move duplicated config into a shared file#526

Open
OrkunTokdemir wants to merge 1 commit into
qt-labs:devfrom
OrkunTokdemir:orkun_dup_08_07_2026
Open

esbuild: Move duplicated config into a shared file#526
OrkunTokdemir wants to merge 1 commit into
qt-labs:devfrom
OrkunTokdemir:orkun_dup_08_07_2026

Conversation

@OrkunTokdemir

Copy link
Copy Markdown
Collaborator

Put the shared esbuild logic in common/esbuild-config.mjs as a
runEsbuild() helper. Each extension now only lists its own entry
points and extra configs (qt-ui's webview) and passes in build and
context, since the shared file can't find 'esbuild' on its own from
the repo root. Also turn on --incremental tsc for all of them.

@OrkunTokdemir OrkunTokdemir force-pushed the orkun_dup_08_07_2026 branch from 255302a to 41162bc Compare July 9, 2026 09:13
Put the shared esbuild logic in common/esbuild-config.mjs as a
runEsbuild() helper. Each extension now only lists its own entry
points and extra configs (qt-ui's webview) and passes in build and
context, since the shared file can't find 'esbuild' on its own from
the repo root. Also turn on --incremental tsc for all of them.
@OrkunTokdemir OrkunTokdemir force-pushed the orkun_dup_08_07_2026 branch from 41162bc to eee7486 Compare July 13, 2026 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant