Skip to content

Commit 06c7b70

Browse files
committed
Fix build errors
1 parent c68f89d commit 06c7b70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const ARGV_PRODUCTION = 2,
5353
esbuildCompress({
5454
compressors: [
5555
{
56-
filter: /\.json$/u,
56+
filter: /\.json$/, // eslint-disable-line require-unicode-regexp
5757
loader: "json",
5858
},
5959
],

0 commit comments

Comments
 (0)