Skip to content

Commit 5bb4a96

Browse files
author
Marco Havermans
committed
Add absolute option for finding files
1 parent 4689bd7 commit 5bb4a96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export default function createConfig({
3030
.sync(['**/*.vue'], {
3131
cwd: rootDir,
3232
ignore: ['**/node_modules/**'],
33+
absolute: true
3334
})
3435
.reduce(
3536
(acc, file) => {

0 commit comments

Comments
 (0)