[PR #1900] [MERGED] code: Use webpack 5 #3662

Closed
opened 2026-02-27 01:53:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/1900
Author: @zxdong262
Created: 11/18/2020
Status: Merged
Merged: 11/18/2020
Merged by: @zxdong262

Base: masterHead: perf


📝 Commits (2)

📊 Changes

41 files changed (+3998 additions, -3952 deletions)

View changed files

📝 .babelrc (+1 -1)
📝 bin/prepare.js (+1 -0)
📝 build/production.js (+7 -1)
📝 build/rules.js (+6 -1)
📝 build/webpack.config.js (+4 -9)
📝 package-lock.json (+3863 -3807)
📝 package.json (+72 -72)
📝 src/app/app.js (+4 -12)
📝 src/app/common/lookup.js (+1 -3)
📝 src/app/common/stylus.js (+4 -5)
📝 src/app/lib/font-list.js (+1 -2)
📝 src/app/lib/fs.js (+1 -2)
📝 src/app/lib/ipc.js (+2 -0)
📝 src/app/lib/locales.js (+3 -2)
📝 src/app/server/server.js (+0 -6)
📝 src/client/common/db.js (+1 -1)
📝 src/client/common/fetch-from-server.js (+1 -1)
📝 src/client/common/fs.js (+1 -1)
📝 src/client/common/new-terminal.js (+1 -1)
📝 src/client/common/sftp.js (+1 -1)

...and 21 more files

📄 Description

  • perf: Reduce init load time
  • code: Use webpack 5

🔄 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/electerm/electerm/pull/1900 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 11/18/2020 **Status:** ✅ Merged **Merged:** 11/18/2020 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `perf` --- ### 📝 Commits (2) - [`b2b28b5`](https://github.com/electerm/electerm/commit/b2b28b5ba1c92c35539bdd793273a5418632bfa0) perf: Reduce init load time - [`d9a1a4e`](https://github.com/electerm/electerm/commit/d9a1a4e7c91497c0ce7f7773c99c03de96c4ad77) code: Use webpack 5 ### 📊 Changes **41 files changed** (+3998 additions, -3952 deletions) <details> <summary>View changed files</summary> 📝 `.babelrc` (+1 -1) 📝 `bin/prepare.js` (+1 -0) 📝 `build/production.js` (+7 -1) 📝 `build/rules.js` (+6 -1) 📝 `build/webpack.config.js` (+4 -9) 📝 `package-lock.json` (+3863 -3807) 📝 `package.json` (+72 -72) 📝 `src/app/app.js` (+4 -12) 📝 `src/app/common/lookup.js` (+1 -3) 📝 `src/app/common/stylus.js` (+4 -5) 📝 `src/app/lib/font-list.js` (+1 -2) 📝 `src/app/lib/fs.js` (+1 -2) 📝 `src/app/lib/ipc.js` (+2 -0) 📝 `src/app/lib/locales.js` (+3 -2) 📝 `src/app/server/server.js` (+0 -6) 📝 `src/client/common/db.js` (+1 -1) 📝 `src/client/common/fetch-from-server.js` (+1 -1) 📝 `src/client/common/fs.js` (+1 -1) 📝 `src/client/common/new-terminal.js` (+1 -1) 📝 `src/client/common/sftp.js` (+1 -1) _...and 21 more files_ </details> ### 📄 Description - perf: Reduce init load time - code: Use webpack 5 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 01:53:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#3662
No description provided.