Skip to content

Commit

Permalink
perf: Optimize exclude and remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Mar 21, 2023
1 parent 4d354c7 commit 30f2694
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,8 @@ export default defineConfig({
```ts
[
'**/node_modules/**',
'**/test/**',
'**/.vscode/**',
'**/.git/**',
'**/dist/**'
]
```

Expand Down
2 changes: 0 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,8 @@ export default defineConfig({
```ts
[
'**/node_modules/**',
'**/test/**',
'**/.vscode/**',
'**/.git/**',
'**/dist/**'
]
```

Expand Down
2 changes: 0 additions & 2 deletions src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ export function mockDevServerPlugin({
include = ['mock/**/*.mock.{js,ts,cjs,mjs,json,json5}'],
exclude = [
'**/node_modules/**',
'**/test/**',
'**/.vscode/**',
'**/.git/**',
'**/dist/**',
],
reload = false,
formidableOptions = {},
Expand Down

0 comments on commit 30f2694

Please sign in to comment.