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 13:19:31 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
chore-replace-listbox
plane/packages/hooks/tsup.config.ts

14 lines
248 B
TypeScript
Raw Permalink Normal View History

feat: adding standard scripts for lint and format check (#7326) * feat: adding standard scripts for lint and format check * fix: update packages scripts * fix: adding tsup config to utils package * chore: updated build scripts in logger pacakge
2025-07-04 14:23:18 +05:30
import { defineConfig } from "tsup";
export default defineConfig({
entry: ["src/index.ts"],
fix: update tsup build packages (#7438)
2025-07-18 15:04:31 +05:30
outDir: "dist",
feat: adding standard scripts for lint and format check (#7326) * feat: adding standard scripts for lint and format check * fix: update packages scripts * fix: adding tsup config to utils package * chore: updated build scripts in logger pacakge
2025-07-04 14:23:18 +05:30
format: ["esm", "cjs"],
dts: true,
clean: true,
fix: update tsup build packages (#7438)
2025-07-18 15:04:31 +05:30
minify: true,
splitting: true,
treeshake: true,
feat: adding standard scripts for lint and format check (#7326) * feat: adding standard scripts for lint and format check * fix: update packages scripts * fix: adding tsup config to utils package * chore: updated build scripts in logger pacakge
2025-07-04 14:23:18 +05:30
external: ["react"],
});
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 133ms 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