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

feat(packages/platform): add global isClient util and build config

This commit is contained in:
2024-10-15 06:21:12 +07:00
parent 4e798acfdd
commit d415e61ac0
4 changed files with 23 additions and 1 deletions

View File

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