Skip to content

Commit 909305d

Browse files
committed
fix: Improve RegExp to support dash langs like pt-PT.
1 parent fda2edd commit 909305d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mix.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ mix.extend(
3333
let files = []
3434

3535
config.watchOptions = {
36-
ignored: /php_\w+\.json/
36+
ignored: /php_.*\.json/
3737
}
3838

3939
if (hasPhpTranslations(this.langPath)) {

0 commit comments

Comments
 (0)