Add missing report option to restore dev server compiler errors.

This commit is contained in:
Dillon Kearns 2022-01-28 18:01:04 -08:00
parent 7339a980c2
commit c3b8032683

View File

@ -66,8 +66,8 @@ async function runElm(options, elmEntrypointPath, outputPath, cwd) {
"--output",
outputPath,
...(options.debug ? ["--debug"] : []),
// "--report",
// "json",
"--report",
"json",
],
{ cwd: cwd }
);