From 85c9ac018154544a03a373584923dcc8a9ba8354 Mon Sep 17 00:00:00 2001 From: catloversg <152669316+catloversg@users.noreply.github.com> Date: Sat, 11 Apr 2026 05:50:52 +0700 Subject: [PATCH] TOOL: Remove redundant "$" from JS/TS regex in webpack config (#2649) --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index eeb14461d..e69044d40 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -134,7 +134,7 @@ module.exports = (env, argv) => { module: { rules: [ { - test: /\.(js$|jsx|ts|tsx)$/, + test: /\.(js|jsx|ts|tsx)$/, exclude: /node_modules/, resourceQuery: { not: /raw/ }, use: {