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 e2a9bf9 commit 893b57dCopy full SHA for 893b57d
packages/playground/scripts/generate_cmijs.mjs
@@ -28,7 +28,7 @@ exec("yarn rescript legacy");
28
29
// We need to build the compiler's builtin modules as a separate cmij.
30
// Otherwise we can't use them for compilation within the playground.
31
-buildCmij(compilerRootDir, "compiler-builtins");
+buildCmij(path.join(compilerRootDir, "packages", "@rescript", "runtime"), "compiler-builtins");
32
33
const packages = resConfig["dependencies"];
34
for (const pkgName of packages) {
0 commit comments