[PR #1115] [MERGED] Update loot-core to webpack 5 #3527

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1115
Author: @j-f1
Created: 6/8/2023
Status: Merged
Merged: 6/10/2023
Merged by: @j-f1

Base: masterHead: jed/webpack-5


📝 Commits (9)

📊 Changes

6 files changed (+1224 additions, -3159 deletions)

View changed files

📝 packages/loot-core/bin/build-browser (+2 -2)
📝 packages/loot-core/package.json (+13 -8)
📝 packages/loot-core/webpack/webpack.api.config.js (+1 -0)
📝 packages/loot-core/webpack/webpack.browser.config.js (+25 -9)
upcoming-release-notes/1115.md (+6 -0)
📝 yarn.lock (+1177 -3140)

📄 Description

based on #1114

This brings its build process up to date with the rest of the project. We can now use Node 20 to build successfully.

Closes #918


🔄 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/1115 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 6/8/2023 **Status:** ✅ Merged **Merged:** 6/10/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/webpack-5` --- ### 📝 Commits (9) - [`82c4f9b`](https://github.com/actualbudget/actual/commit/82c4f9b1daa55fe4338d6e71c7f2907c7d82c6a7) Builds successfully under webpack 5 - [`6269f5f`](https://github.com/actualbudget/actual/commit/6269f5fe494167dd2fc530686925299a32914d8d) Seems to run well - [`ff93862`](https://github.com/actualbudget/actual/commit/ff938620f5da6e312e92de78c068c3c302a69737) Update Babel packages - [`c36fc78`](https://github.com/actualbudget/actual/commit/c36fc787afef3df682650134f3c48e94ffbc1d89) contenthash - [`80fbd65`](https://github.com/actualbudget/actual/commit/80fbd65369106492e07621d48627170d6c247002) Remove .electron.js exclude - [`be9f833`](https://github.com/actualbudget/actual/commit/be9f833818b66025b3f5e2ffeff9c2eca44ce715) Add release note - [`beead0c`](https://github.com/actualbudget/actual/commit/beead0c61bdc5ca126c8bbd94ba537a071015b34) Clarify crypto non-inclusion - [`f1e215c`](https://github.com/actualbudget/actual/commit/f1e215c6a29fbd6a15676812f9c6759702de2c40) Remove unneeded util polyfill - [`5555b4b`](https://github.com/actualbudget/actual/commit/5555b4bcd437887e7bfcc6df529114ff647dd935) Reset resolve.fallback for API ### 📊 Changes **6 files changed** (+1224 additions, -3159 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/bin/build-browser` (+2 -2) 📝 `packages/loot-core/package.json` (+13 -8) 📝 `packages/loot-core/webpack/webpack.api.config.js` (+1 -0) 📝 `packages/loot-core/webpack/webpack.browser.config.js` (+25 -9) ➕ `upcoming-release-notes/1115.md` (+6 -0) 📝 `yarn.lock` (+1177 -3140) </details> ### 📄 Description ~based on #1114~ This brings its build process up to date with the rest of the project. We can now use Node 20 to build successfully. Closes #918 --- <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:42:56 -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#3527