Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information