NAT flixel playground multiple playground views

This commit is contained in:
2022-07-02 23:10:47 +00:00
parent bcd1eca9a0
commit d17ebf9a1d
16 changed files with 104 additions and 92 deletions

View File

@@ -184,6 +184,10 @@ class CompilerTools {
}
}
// TODO it's possible that moving .haxelib here would solve
// the problem Yvon found, but it's also possible that code
// would fail to compile if haxelib dependencies aren't
// where they're expected at arbitrary times during compilation
move("package.json", "package.json.temp");
move("package-lock.json", "package-lock.json.temp");
move("node_modules", "node_modules.temp");