mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
MISC: Support JSX, TS, TSX script files (#1216)
This commit is contained in:
@@ -192,5 +192,11 @@ module.exports = (env, argv) => {
|
||||
fallback: { crypto: false },
|
||||
},
|
||||
stats: statsConfig,
|
||||
ignoreWarnings: [
|
||||
{
|
||||
module: /@babel\/standalone/,
|
||||
message: /Critical dependency: the request of a dependency is an expression/,
|
||||
},
|
||||
],
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user