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:
parent
197adf8120
commit
8a669f1a58
@ -19,12 +19,6 @@ module.exports = ({
|
|||||||
wegameVersion = false,
|
wegameVersion = false,
|
||||||
steamDemo = false,
|
steamDemo = false,
|
||||||
}) => {
|
}) => {
|
||||||
const moduleExclusionResult = checkModules({
|
|
||||||
path: path.join(__dirname, ".."),
|
|
||||||
checkAllNodeModules: true,
|
|
||||||
ignoreBabelAndWebpackPackages: true,
|
|
||||||
});
|
|
||||||
|
|
||||||
const globalDefs = {
|
const globalDefs = {
|
||||||
assert: "false && window.assert",
|
assert: "false && window.assert",
|
||||||
assertAlways: "window.assert",
|
assertAlways: "window.assert",
|
||||||
|
Loading…
Reference in New Issue
Block a user