1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Revert being able to override exports since it breaks in prod

This commit is contained in:
tobspr
2022-02-03 20:26:29 +01:00
parent 8e38ef0708
commit aa8d105e14
3 changed files with 2 additions and 9 deletions

View File

@@ -93,9 +93,6 @@ module.exports = ({ watch = false, standalone = false, chineseVersion = false, w
end: "typehints:end",
},
},
{
loader: path.resolve(__dirname, "mod.js"),
},
],
},
{

View File

@@ -230,9 +230,6 @@ module.exports = ({
{ pattern: /globalConfig\.debug/g, replacement: () => "''" },
],
}),
{
loader: path.resolve(__dirname, "mod.js"),
},
],
},
{