mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Fix undefined variable
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user