[PR #498] [CLOSED] refactor: minify #28927

Closed
opened 2026-04-17 20:21:40 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/498
Author: @productdevbook
Created: 11/11/2024
Status: Closed

Base: mainHead: remove-minify


📝 Commits (1)

📊 Changes

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

View changed files

📝 packages/better-auth/package.json (+1 -1)

📄 Description

This pull request includes a small change to the packages/better-auth/package.json file. The change involves modifying the build script to remove the --minify option.

The reason for removing the --minify option is to obtain a more readable and analyzable output during development and debugging. Minification optimizes and reduces the code size but decreases readability, which can make debugging more challenging.


🔄 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/498 **Author:** [@productdevbook](https://github.com/productdevbook) **Created:** 11/11/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `remove-minify` --- ### 📝 Commits (1) - [`fb90c44`](https://github.com/better-auth/better-auth/commit/fb90c44d88460d1b9edebf9d567817938f71bf06) refactor: minify ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/better-auth/package.json` (+1 -1) </details> ### 📄 Description This pull request includes a small change to the `packages/better-auth/package.json` file. The change involves modifying the build script to remove the `--minify` option. The reason for removing the --minify option is to obtain a more readable and analyzable output during development and debugging. Minification optimizes and reduces the code size but decreases readability, which can make debugging more challenging. * [`packages/better-auth/package.json`](diffhunk://#diff-07bd5b61fca590f15772445019f72de76c25e488e3ed941e9860c8d2a51fdef5L12-R12): Removed the `--minify` option from the build script. --- <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-04-17 20:21:40 -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#28927