Logo
Explore Help
Register Sign In
Mirrors/plane
1
0
Fork 0
You've already forked plane
mirror of https://github.com/makeplane/plane.git synced 2025-12-19 05:09:31 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
fix-user-name-validation
plane/packages/constants/tsup.config.ts

14 lines
255 B
TypeScript
Raw Permalink Normal View History

fix: live server runtime errors (#7314) * fix: live tsconfig and tsup config * fix: lock file updates * feat: adding build process to constants and types packages * chore: coderabbit suggestions
2025-07-02 18:20:18 +05:30
import { defineConfig } from "tsup";
export default defineConfig({
entry: ["src/index.ts"],
outDir: "dist",
fix: update tsup build packages (#7438)
2025-07-18 15:04:31 +05:30
format: ["esm", "cjs"],
fix: live server runtime errors (#7314) * fix: live tsconfig and tsup config * fix: lock file updates * feat: adding build process to constants and types packages * chore: coderabbit suggestions
2025-07-02 18:20:18 +05:30
dts: true,
clean: true,
minify: true,
fix: update tsup build packages (#7438)
2025-07-18 15:04:31 +05:30
splitting: true,
treeshake: true,
external: ["@plane/types"],
fix: live server runtime errors (#7314) * fix: live tsconfig and tsup config * fix: lock file updates * feat: adding build process to constants and types packages * chore: coderabbit suggestions
2025-07-02 18:20:18 +05:30
});
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 64ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API