TOOL: Remove redundant "$" from JS/TS regex in webpack config (#2649)

This commit is contained in:
catloversg
2026-04-11 05:50:52 +07:00
committed by GitHub
parent e232f37550
commit 85c9ac0181

View File

@@ -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: {