Skip to content

Commit 7b534fd

Browse files
committed
Reorder
1 parent 1c8e811 commit 7b534fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/build/src/watch-async/create-watch-ignore-regex.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ export function createWatchIgnoreRegex(outputDirectoryPath: string) {
88
'^node_modules',
99
'^manifest.json$',
1010
'^package-lock.json$',
11-
'.css.d.ts$',
12-
`^${constants.build.buildDirectoryName}/`
11+
`^${constants.build.buildDirectoryName}/`,
12+
'.css.d.ts$'
1313
].join('|')
1414
)
1515
}

0 commit comments

Comments
 (0)