Commit b2d9ecc
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
5 files changed
Lines changed: 906 additions & 1 deletion
File tree
- src
- test/with-resource-query
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments