1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 10:54:44 +00:00

chore(packages/stdlib): update pnpm

This commit is contained in:
2024-05-30 02:48:50 +07:00
parent 925af11be4
commit ba68e293b9
2 changed files with 4 additions and 5 deletions

View File

@@ -2,9 +2,8 @@ import { defineBuildConfig } from 'unbuild';
export default defineBuildConfig({
rollup: {
emitCJS: true,
esbuild: {
minify: true,
// minify: true,
},
},
});