Skip to content

Commit 0bc5cb5

Browse files
committed
chore(tailwindcss-utopia): minify built files
1 parent b2217e9 commit 0bc5cb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/tailwindcss-utopia/build.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ await Promise.all([
1414
target: "browser",
1515
naming: "[dir]/[name].js",
1616
external: ["tailwindcss"],
17+
minify: true,
1718
}),
1819
Bun.build({
1920
...defaultBuildConfig,
2021
format: "cjs",
2122
target: "node",
2223
naming: "[dir]/[name].cjs",
2324
external: ["tailwindcss"],
25+
minify: true,
2426
}),
2527
]);

0 commit comments

Comments
 (0)