test(frontend): Tweak excludes
This commit is contained in:
parent
b85d651a65
commit
1e4afa6846
1 changed files with 3 additions and 2 deletions
|
@ -16,8 +16,9 @@ export default mergeConfig(
|
||||||
exclude: [
|
exclude: [
|
||||||
"**/*config*",
|
"**/*config*",
|
||||||
"**/tests/**",
|
"**/tests/**",
|
||||||
"src/*.ts",
|
"src/**/*.vue",
|
||||||
"src/*.vue",
|
"src/**/*.d.ts",
|
||||||
|
"src/assets/**",
|
||||||
"**/dist/**",
|
"**/dist/**",
|
||||||
"**/e2e/**",
|
"**/e2e/**",
|
||||||
"**/*config*",
|
"**/*config*",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue