[PR #1655] [CLOSED] [WIP] Experiment esbuild loader #73859

Closed
opened 2026-05-16 15:04:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1655
Author: @joel-jeremy
Created: 9/5/2023
Status: Closed

Base: masterHead: experiment-esbuild-loader


📝 Commits (10+)

📊 Changes

13 files changed (+1391 additions, -1161 deletions)

View changed files

📝 packages/crdt/jest.config.js (+3 -1)
📝 packages/crdt/package.json (+2 -1)
packages/desktop-client/config-overrides.js (+0 -77)
packages/desktop-client/craco.config.ts (+133 -0)
📝 packages/desktop-client/package.json (+7 -10)
packages/loot-core/.babelrc (+0 -6)
📝 packages/loot-core/jest.config.js (+1 -1)
📝 packages/loot-core/jest.web.config.js (+1 -1)
📝 packages/loot-core/package.json (+9 -11)
📝 packages/loot-core/webpack/webpack.browser.config.js (+32 -6)
📝 tsconfig.json (+2 -2)
upcoming-release-notes/1650.md (+6 -0)
📝 yarn.lock (+1195 -1045)

📄 Description


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/1655 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 9/5/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `experiment-esbuild-loader` --- ### 📝 Commits (10+) - [`9320d87`](https://github.com/actualbudget/actual/commit/9320d8789da3a7ba0b3cce16cafa54e72bcf480e) desktopc-client swc-loader - [`2473d08`](https://github.com/actualbudget/actual/commit/2473d08762a3b1e2dc02146825edd18a30dd992d) More swc - [`0e9d409`](https://github.com/actualbudget/actual/commit/0e9d409aa63676beaf0c390053e9eedf9e8d50e9) Jest swc + upgrades - [`f82a15d`](https://github.com/actualbudget/actual/commit/f82a15d7467daded4652a09467675b8b3bd0bb8e) Revert @swc/jest usage for now - [`161d41b`](https://github.com/actualbudget/actual/commit/161d41b7bff81fab46e076884e901ca7b05c3184) SWC minify - [`2dd0fe0`](https://github.com/actualbudget/actual/commit/2dd0fe0727cd9acab7d3400a28e070d7b2ddfd40) Remove setupFilesAfterEnv in package.json as per warning message in CI - [`ed6adc4`](https://github.com/actualbudget/actual/commit/ed6adc4b9cb215b8709999ecab4e96d8c4fbdea9) Release notes - [`fc03300`](https://github.com/actualbudget/actual/commit/fc033002c8f9a627847ca618614e2ca7e8949543) Minify on CI - [`6da8340`](https://github.com/actualbudget/actual/commit/6da8340f40f9f81c7b88611597e6295ec074894f) swc helpers in loot-core - [`5678eb3`](https://github.com/actualbudget/actual/commit/5678eb354a1b7136378e632e2379c979eb20fde4) @swc/jest ### 📊 Changes **13 files changed** (+1391 additions, -1161 deletions) <details> <summary>View changed files</summary> 📝 `packages/crdt/jest.config.js` (+3 -1) 📝 `packages/crdt/package.json` (+2 -1) ➖ `packages/desktop-client/config-overrides.js` (+0 -77) ➕ `packages/desktop-client/craco.config.ts` (+133 -0) 📝 `packages/desktop-client/package.json` (+7 -10) ➖ `packages/loot-core/.babelrc` (+0 -6) 📝 `packages/loot-core/jest.config.js` (+1 -1) 📝 `packages/loot-core/jest.web.config.js` (+1 -1) 📝 `packages/loot-core/package.json` (+9 -11) 📝 `packages/loot-core/webpack/webpack.browser.config.js` (+32 -6) 📝 `tsconfig.json` (+2 -2) ➕ `upcoming-release-notes/1650.md` (+6 -0) 📝 `yarn.lock` (+1195 -1045) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-16 15:04:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#73859