Fix undefined variable

This commit is contained in:
tobspr 2022-06-16 12:01:12 +02:00
parent 197adf8120
commit 8a669f1a58
1 changed files with 0 additions and 6 deletions

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",