We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8b874 commit 8f8aa5bCopy full SHA for 8f8aa5b
barrage.js
@@ -15,6 +15,7 @@ const PATH_SIZE = require("./path-sizes.json");
15
const IDS = [];
16
17
const path = require("path");
18
+const ROOT = path.join(__dirname, "..", "..");
19
const BARRAGE_PATH = path.join(ROOT, "dist", "barrage.json");
20
const INTERNAL_BARRAGE_PATH = path.join(ROOT, "dist", "barrage.internal.json");
21
0 commit comments