Skip to content

Commit 73ff25b

Browse files
committed
remove unnecessary mapping
1 parent fd84f1a commit 73ff25b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/build.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ await emptyDir("./dist");
55
await build({
66
entryPoints: ["./src/index.ts"],
77
mappings: {
8-
"https://esm.sh/[email protected]/plugin": {
9-
name: "tailwindcss",
10-
version: "3.2.4",
11-
subPath: "plugin",
12-
},
138
"https://esm.sh/[email protected]/types/config.d.ts": {
149
name: "tailwindcss",
1510
version: "3.2.4",

0 commit comments

Comments
 (0)