1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00

Fix undefined variable

This commit is contained in:
tobspr 2022-06-16 12:01:12 +02:00
parent 197adf8120
commit 8a669f1a58

View File

@ -19,12 +19,6 @@ module.exports = ({
wegameVersion = false,
steamDemo = false,
}) => {
const moduleExclusionResult = checkModules({
path: path.join(__dirname, ".."),
checkAllNodeModules: true,
ignoreBabelAndWebpackPackages: true,
});
const globalDefs = {
assert: "false && window.assert",
assertAlways: "window.assert",