We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68f89d commit 06c7b70Copy full SHA for 06c7b70
1 file changed
build/build.mjs
@@ -53,7 +53,7 @@ const ARGV_PRODUCTION = 2,
53
esbuildCompress({
54
compressors: [
55
{
56
- filter: /\.json$/u,
+ filter: /\.json$/, // eslint-disable-line require-unicode-regexp
57
loader: "json",
58
},
59
],
0 commit comments