[PR #164] [MERGED] Simplified next.config.js and removed next-transpile-modules dependency. #767

Closed
opened 2026-02-26 18:48:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/164
Author: @doug-andrade
Created: 5/28/2023
Status: Merged
Merged: 5/30/2023
Merged by: @Mythie

Base: mainHead: next


📝 Commits (3)

  • 3444d7f task: simplify next.config.js
  • ad4d844 remove: next-transpile-modules dependency
  • 6048555 Merge branch 'main' into next

📊 Changes

1 file changed (+1 additions, -2 deletions)

View changed files

📝 apps/web/package.json (+1 -2)

📄 Description

Removed require("next-transpile-modules") in favor of built-in transpilePackages in nextConfig.

Simpler, more readable code.

Tested next build and it worked, no differences in functionality.

Fixes #168


🔄 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/documenso/documenso/pull/164 **Author:** [@doug-andrade](https://github.com/doug-andrade) **Created:** 5/28/2023 **Status:** ✅ Merged **Merged:** 5/30/2023 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `next` --- ### 📝 Commits (3) - [`3444d7f`](https://github.com/documenso/documenso/commit/3444d7fd9338c3b6da1860753b5fd020760f787a) task: simplify next.config.js - [`ad4d844`](https://github.com/documenso/documenso/commit/ad4d844b4d7c26961649719bbe99fda5086a1068) remove: next-transpile-modules dependency - [`6048555`](https://github.com/documenso/documenso/commit/6048555e4a1e5833d0323320ec8507fa21cc33ac) Merge branch 'main' into next ### 📊 Changes **1 file changed** (+1 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/package.json` (+1 -2) </details> ### 📄 Description Removed `require("next-transpile-modules")` in favor of built-in `transpilePackages` in nextConfig. Simpler, more readable code. Tested `next build` and it worked, no differences in functionality. Fixes #168 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 18:48:50 +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/documenso#767
No description provided.