Skip to content

Commit

Permalink
chore: fix nested-deps test include rule (#8316)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed May 24, 2022
1 parent a0fc01a commit 9176e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/nested-deps/vite.config.js
Expand Up @@ -9,7 +9,7 @@ module.exports = {
'test-package-c',
'test-package-c/side',
'test-package-d > test-package-d-nested',
'test-package-e-included'
'test-package-e > test-package-e-included'
],
exclude: ['test-package-d', 'test-package-e-excluded']
}
Expand Down

0 comments on commit 9176e27

Please sign in to comment.