Skip to content

Commit b2d9ecc

Browse files
authored
feat: support resolve file paths with resource query (#27)
### Description The `fs` module of Node.js can't read the file paths with resource query like `/w/a.vue?vue`, so we need to add the real paths without resource query(`/w/a.vue`) to `content` field of Tailwindcss config.
1 parent 2eb63fc commit b2d9ecc

File tree

5 files changed

+906
-1
lines changed

5 files changed

+906
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"@rollup/pluginutils": "^5.1.3",
3434
"@rsbuild/core": "^1.1.6",
3535
"@rslib/core": "^0.1.1",
36+
"@rsbuild/webpack": "^1.1.3",
3637
"@types/node": "^22.10.1",
3738
"playwright": "^1.49.0",
3839
"postcss": "^8.4.49",

0 commit comments

Comments
 (0)