mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 14:34:18 +03:00
Add missing report option to restore dev server compiler errors.
This commit is contained in:
parent
7339a980c2
commit
c3b8032683
@ -66,8 +66,8 @@ async function runElm(options, elmEntrypointPath, outputPath, cwd) {
|
||||
"--output",
|
||||
outputPath,
|
||||
...(options.debug ? ["--debug"] : []),
|
||||
// "--report",
|
||||
// "json",
|
||||
"--report",
|
||||
"json",
|
||||
],
|
||||
{ cwd: cwd }
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user