Skip to content

Commit

Permalink
feat: support resolve file paths with resource query (#27)
Browse files Browse the repository at this point in the history
### 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.
  • Loading branch information
luhc228 authored Dec 2, 2024
1 parent 2eb63fc commit b2d9ecc
Show file tree
Hide file tree
Showing 5 changed files with 906 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@rollup/pluginutils": "^5.1.3",
"@rsbuild/core": "^1.1.6",
"@rslib/core": "^0.1.1",
"@rsbuild/webpack": "^1.1.3",
"@types/node": "^22.10.1",
"playwright": "^1.49.0",
"postcss": "^8.4.49",
Expand Down
Loading

0 comments on commit b2d9ecc

Please sign in to comment.