[PR #1847] [CLOSED] fix: build configuration to preserve module structure #4027

Closed
opened 2026-03-13 11:29:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/1847
Author: @productdevbook
Created: 3/17/2025
Status: Closed

Base: mainHead: fix-build-better-auth-unbuild


📝 Commits (4)

  • c09055b fix: update build configuration to preserve module structure and set declaration for Node 16
  • 10f5474 fix: remove failOnWarn option from build configuration
  • d803789 fix: update package.json to include specific adapter paths and dynamically import dependencies
  • 53539f3 fix: update build configuration for better module preservation and formatting

📊 Changes

2 files changed (+37 additions, -352 deletions)

View changed files

📝 packages/better-auth/build.config.ts (+7 -6)
📝 packages/better-auth/package.json (+30 -346)

📄 Description

This pull request includes changes to the build.config.ts file for the better-auth package to update the build configuration. The most important changes include modifications to the Rollup configuration, declaration type, and output directory settings.


🔄 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/better-auth/better-auth/pull/1847 **Author:** [@productdevbook](https://github.com/productdevbook) **Created:** 3/17/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix-build-better-auth-unbuild` --- ### 📝 Commits (4) - [`c09055b`](https://github.com/better-auth/better-auth/commit/c09055b489222bed12a1489c17dd5cc61f17e1e5) fix: update build configuration to preserve module structure and set declaration for Node 16 - [`10f5474`](https://github.com/better-auth/better-auth/commit/10f547422d4eb2eb6b4909e2703acc3c11b5dc08) fix: remove failOnWarn option from build configuration - [`d803789`](https://github.com/better-auth/better-auth/commit/d8037893c54578a07ace0f0200ae389e697d9140) fix: update package.json to include specific adapter paths and dynamically import dependencies - [`53539f3`](https://github.com/better-auth/better-auth/commit/53539f3a0600d545112dbfa7b4f288fde4463022) fix: update build configuration for better module preservation and formatting ### 📊 Changes **2 files changed** (+37 additions, -352 deletions) <details> <summary>View changed files</summary> 📝 `packages/better-auth/build.config.ts` (+7 -6) 📝 `packages/better-auth/package.json` (+30 -346) </details> ### 📄 Description This pull request includes changes to the `build.config.ts` file for the `better-auth` package to update the build configuration. The most important changes include modifications to the Rollup configuration, declaration type, and output directory settings. --- <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-03-13 11:29:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#4027