[PR #4930] [MERGED] JS Build: Split markdown to own file, updated packages #6431

Closed
opened 2026-02-05 10:32:03 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/4930
Author: @ssddanbrown
Created: 4/8/2024
Status: Merged
Merged: 4/8/2024
Merged by: @ssddanbrown

Base: developmentHead: split_md_js


📝 Commits (1)

  • f5e6f95 JS Build: Split markdown to own file, updated packages

📊 Changes

5 files changed (+419 additions, -335 deletions)

View changed files

📝 dev/build/esbuild.js (+1 -0)
📝 package-lock.json (+404 -321)
📝 package.json (+1 -2)
📝 resources/js/components/markdown-editor.js (+13 -12)
📝 resources/js/markdown/index.mjs (+0 -0)

📄 Description

Markdown-related code was growing, representing half of app.js main bundle code while only being needed in one view/scenario. This extracts markdown related code to its own built file. Related to #4858


🔄 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/BookStackApp/BookStack/pull/4930 **Author:** [@ssddanbrown](https://github.com/ssddanbrown) **Created:** 4/8/2024 **Status:** ✅ Merged **Merged:** 4/8/2024 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `development` ← **Head:** `split_md_js` --- ### 📝 Commits (1) - [`f5e6f95`](https://github.com/BookStackApp/BookStack/commit/f5e6f9574da1202d66de482280a0d952fd3ed524) JS Build: Split markdown to own file, updated packages ### 📊 Changes **5 files changed** (+419 additions, -335 deletions) <details> <summary>View changed files</summary> 📝 `dev/build/esbuild.js` (+1 -0) 📝 `package-lock.json` (+404 -321) 📝 `package.json` (+1 -2) 📝 `resources/js/components/markdown-editor.js` (+13 -12) 📝 `resources/js/markdown/index.mjs` (+0 -0) </details> ### 📄 Description Markdown-related code was growing, representing half of app.js main bundle code while only being needed in one view/scenario. This extracts markdown related code to its own built file. Related to #4858 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:32:03 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6431