mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
TOOL: Remove redundant "$" from JS/TS regex in webpack config (#2649)
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user