[PR #1510] [CLOSED] [WIP] SWC Loader #3787

Closed
opened 2026-02-28 20:46:46 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1510
Author: @joel-jeremy
Created: 8/10/2023
Status: Closed

Base: masterHead: swc


📝 Commits (3)

📊 Changes

10 files changed (+803 additions, -215 deletions)

View changed files

📝 packages/desktop-client/bin/build-browser (+1 -1)
packages/desktop-client/config-overrides.js (+0 -77)
packages/desktop-client/craco.config.js (+123 -0)
📝 packages/desktop-client/package.json (+9 -5)
packages/loot-core/.babelrc (+0 -6)
📝 packages/loot-core/jest.config.js (+1 -0)
📝 packages/loot-core/jest.web.config.js (+1 -0)
📝 packages/loot-core/package.json (+5 -5)
📝 packages/loot-core/webpack/webpack.browser.config.js (+21 -5)
📝 yarn.lock (+642 -116)

📄 Description

Experiment with swc-loader


🔄 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/1510 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 8/10/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `swc` --- ### 📝 Commits (3) - [`d72d652`](https://github.com/actualbudget/actual/commit/d72d6524f74ddf97a5a0fd8490e521a9c491d342) swc loader - [`94de8dd`](https://github.com/actualbudget/actual/commit/94de8dd98b845a621f412941c93271c47a048aec) Cleanup - [`6257332`](https://github.com/actualbudget/actual/commit/6257332239570c7a929be4b8617314e4bd939f7f) Remove unused import ### 📊 Changes **10 files changed** (+803 additions, -215 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/bin/build-browser` (+1 -1) ➖ `packages/desktop-client/config-overrides.js` (+0 -77) ➕ `packages/desktop-client/craco.config.js` (+123 -0) 📝 `packages/desktop-client/package.json` (+9 -5) ➖ `packages/loot-core/.babelrc` (+0 -6) 📝 `packages/loot-core/jest.config.js` (+1 -0) 📝 `packages/loot-core/jest.web.config.js` (+1 -0) 📝 `packages/loot-core/package.json` (+5 -5) 📝 `packages/loot-core/webpack/webpack.browser.config.js` (+21 -5) 📝 `yarn.lock` (+642 -116) </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 --> Experiment with swc-loader --- <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-02-28 20:46:46 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3787