You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: terminal/src/Main.hs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -214,6 +214,7 @@ make =
214
214
|-- flag "docs"Make.docsFile "Generate a JSON file of documentation for a package. Eventually it will be possible to preview docs with `reactor` because it is quite hard to deal with these JSON files directly."
|-- onOff "optimize-legible""Same as --optimize but without identifier shortening, handy for debugging optimised code or for when identifiers are more useful than smaller JS compilations."
217
+
|-- onOff "esm""Emit an ECMAScript module instead of an IIFE for use with modern bundlers."
217
218
in
218
219
Terminal.Command"make"Uncommon details example (zeroOrMore elmFile) makeFlags Make.run
0 commit comments