Skip to content

Commit 66164cc

Browse files
committed
fix: update vite config to exclude eslint/csstree
1 parent d295112 commit 66164cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default defineConfig({
1313
rollupOptions: {
1414
// make sure to externalize deps that shouldn't be bundled
1515
// into your library
16-
external: ['css-tree'],
16+
external: ['@eslint/css-tree'],
1717
},
1818
},
1919
plugins: [

0 commit comments

Comments
 (0)