Commit Graph

7 Commits

Author SHA1 Message Date
Daniel Sogl 963d4a2f3e Revert "feat: migrate from Webpack to esbuild for optimized builds"
This reverts commit f47561fd7c.
2025-06-10 17:15:53 +02:00
Daniel Sogl d28e4c9e39 chore(deps): update allowed versions for Angular, zone.js, TypeScript, and ts-node in renovate.json 2025-06-07 16:40:22 +02:00
Daniel Sogl f47561fd7c feat: migrate from Webpack to esbuild for optimized builds
- Updated build process to use esbuild, enhancing performance and reducing bundle size.
- Introduced custom esbuild plugins to replicate Webpack functionality, including removal of duplicate tslib helpers.
- Replaced the previous build script for ES5 with a new optimized version using esbuild.
- Added support for TypeScript in esbuild configuration, ensuring compatibility with existing code.
- Removed Webpack-related dependencies and configurations from package.json and renovate.json.

This transition aims to streamline the build process and improve overall efficiency.
2025-06-07 16:02:05 +02:00
renovate[bot] 47e1b6e597 chore(config): migrate config renovate.json (#5025)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-07 14:45:59 +02:00
Daniel Sogl 9e997d7685 chore(deps): update renovate configuration for improved dependency management 2025-06-07 14:23:37 +02:00
Daniel Sogl 73bcc4053d set angular version to v12 [skip ci] 2023-12-19 22:03:28 +01:00
renovate[bot] 76743a4811 chore(deps): add renovate.json (#3908)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-16 22:01:37 +01:00