angular/devtools/tools/esbuild
AleksanderBodurri 3a688cb5ec build(devtools): fix issue where esbuild configs were not being set properly in DevTools (#48762)
Previously, a createConfig helper function was created to consolidate common esbuild configurations for DevTools. This function is asynchronous, but when it was used to set the configuration in various esbuild config files, it was used as if it was synchronous.

This commit fixes this issue by wrapping the output of the function in await, so that it propagates the configurations to esbuild correctly.

PR Close #48762
2023-01-18 10:45:13 -08:00
..
BUILD.bazel refactor: simplify devtools setup given recent ESM changes (#48521) 2022-12-19 19:50:44 +00:00
esbuild-base.config.mjs refactor: simplify devtools setup given recent ESM changes (#48521) 2022-12-19 19:50:44 +00:00
esbuild-esm-prod.config.mjs build(devtools): fix issue where esbuild configs were not being set properly in DevTools (#48762) 2023-01-18 10:45:13 -08:00
esbuild-esm.config.mjs build(devtools): fix issue where esbuild configs were not being set properly in DevTools (#48762) 2023-01-18 10:45:13 -08:00
esbuild-iife.config.mjs build(devtools): fix issue where esbuild configs were not being set properly in DevTools (#48762) 2023-01-18 10:45:13 -08:00
esbuild-spec.config.mjs build(devtools): fix issue where esbuild configs were not being set properly in DevTools (#48762) 2023-01-18 10:45:13 -08:00
index.bzl build: update cross-repo dependencies to latest stable version (#48216) 2022-11-29 12:29:46 -08:00