Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e1f304 commit b313344Copy full SHA for b313344
2 files changed
packages/vite-plugin/tests/e2e/mv3-vite-unocss-hmr/uno.config.ts
@@ -1,13 +1,12 @@
1
+// @ts-nocheck - UnoCSS types are not available in this test environment
2
import { defineConfig, presetUno } from 'unocss'
3
4
export default defineConfig({
5
presets: [presetUno()],
6
// Include TypeScript files in the extraction pipeline
7
content: {
8
pipeline: {
- include: [
9
- /\.(vue|svelte|[jt]sx?|mdx?|astro|elm|php|phtml|html)($|\?)/,
10
- ],
+ include: [/\.(vue|svelte|[jt]sx?|mdx?|astro|elm|php|phtml|html)($|\?)/],
11
},
12
13
})
packages/vite-plugin/tests/e2e/mv3-vite-unocss-hmr/vite.config.ts
@@ -1,3 +1,4 @@
import UnoCSS from 'unocss/vite'
import { crx } from '../../plugin-testOptionsProvider'
import { defineConfig } from 'vite'
0 commit comments