Skip to content

fix: prefix terser log with name #899

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 16, 2023

Conversation

sapphi-red
Copy link
Contributor

The terser log was not prefixed with name. This PR fixes that.

before

[TSUP] CLI Building entry: src/cli-default.ts, src/cli-main.ts, src/cli-node.ts
[TSUP] CLI Using tsconfig: tsconfig.json
[TSUP] CLI tsup v0.0.0-semantic-release
[TSUP] CLI Using tsup config: C:\Users\green\Documents\GitHub\tsup\tsup.config.ts
[TSUP] CLI Target: node14
[TSUP] CJS Build start
TERSER Minifying with Terser
TERSER Terser Minification success
TERSER Minifying with Terser
TERSER Terser Minification success
TERSER Minifying with Terser
TERSER Terser Minification success
[TSUP] DTS Build start
[TSUP] CJS dist\cli-main.js    103.91 KB
[TSUP] CJS dist\cli-default.js 103.95 KB
[TSUP] CJS dist\cli-node.js    103.98 KB
[TSUP] CJS ⚡️ Build success in 1241ms
[TSUP] DTS ⚡️ Build success in 2368ms
[TSUP] DTS dist\index.d.ts 15.60 KB

after

[TSUP] CLI Building entry: src/cli-default.ts, src/cli-main.ts, src/cli-node.ts
[TSUP] CLI Using tsconfig: tsconfig.json
[TSUP] CLI tsup v0.0.0-semantic-release
[TSUP] CLI Using tsup config: C:\Users\green\Documents\GitHub\tsup\tsup.config.ts
[TSUP] CLI Target: node14
[TSUP] CJS Build start
[TSUP] TERSER Minifying with Terser
[TSUP] TERSER Terser Minification success
[TSUP] TERSER Minifying with Terser
[TSUP] TERSER Terser Minification success
[TSUP] TERSER Minifying with Terser
[TSUP] TERSER Terser Minification success
[TSUP] DTS Build start
[TSUP] CJS dist\cli-default.js 103.94 KB
[TSUP] CJS dist\cli-main.js    103.90 KB
[TSUP] CJS dist\cli-node.js    103.96 KB
[TSUP] CJS ⚡️ Build success in 1269ms
[TSUP] DTS ⚡️ Build success in 2496ms
[TSUP] DTS dist\index.d.ts 15.60 KB

@codesandbox
Copy link

codesandbox bot commented May 5, 2023

CodeSandbox logoCodeSandbox logo  Open in CodeSandbox Web Editor | VS Code | VS Code Insiders

@vercel
Copy link

vercel bot commented May 5, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tsup ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 5, 2023 8:24am

@github-actions
Copy link
Contributor

🎉 This PR is included in version 7.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@sapphi-red sapphi-red deleted the fix/prefix-terser-log-with-name branch June 16, 2023 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants