Archived
1
0

Remove loading screen and move require.posix fill

This commit is contained in:
Asher
2019-02-06 10:32:58 -06:00
parent d705bb1180
commit 1b0a962c0d
4 changed files with 4 additions and 92 deletions

View File

@ -1,3 +1,4 @@
import "./fill/require";
import * as paths from "./fill/paths";
import "./fill/platform";
import "./fill/storageDatabase";

View File

@ -0,0 +1 @@
require("path").posix = require("path");