Skip to content

Commit ea9f21b

Browse files
committed
fix(tailwindcss-utopia): try to make the plugin work in tailwindplay (on skypack.dev)
1 parent 500a85f commit ea9f21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss-utopia/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ await Promise.all([
1111
...defaultBuildConfig,
1212
plugins: [dts()],
1313
format: "esm",
14-
target: "node",
14+
target: "browser",
1515
naming: "[dir]/[name].js",
1616
external: ["tailwindcss"],
1717
}),

0 commit comments

Comments
 (0)