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: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
test: /\.(js$|jsx|ts|tsx)$/,
|
test: /\.(js|jsx|ts|tsx)$/,
|
||||||
exclude: /node_modules/,
|
exclude: /node_modules/,
|
||||||
resourceQuery: { not: /raw/ },
|
resourceQuery: { not: /raw/ },
|
||||||
use: {
|
use: {
|
||||||
|
|||||||
Reference in New Issue
Block a user