Skip to content

Commit 86cf91e

Browse files
committed
chore: add tailwindcss to external
1 parent a167ca3 commit 86cf91e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/selfish-otters-jump.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-svelte-tailwindcss": patch
3+
---
4+
5+
Add tailwindcss as external when bundling

build.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default defineBuildConfig({
99
'@typescript-eslint/utils',
1010
'eslint',
1111
'svelte-eslint-parser',
12+
'tailwindcss',
1213
'typescript'
1314
],
1415
rollup: { emitCJS: true }

0 commit comments

Comments
 (0)