We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d295112 commit 66164ccCopy full SHA for 66164cc
vite.config.js
@@ -13,7 +13,7 @@ export default defineConfig({
13
rollupOptions: {
14
// make sure to externalize deps that shouldn't be bundled
15
// into your library
16
- external: ['css-tree'],
+ external: ['@eslint/css-tree'],
17
},
18
19
plugins: [
0 commit comments