Broccoli Next Steps
stefanpenner opened this issue · 1 comments
stefanpenner commented
Notes from our meeting:
-
unify ember-cli / broccoli server
-
unify live-reload
-
plugin
this.input
using something like https://github.com/SparshithNR/fs-merger -
plugin
this.output
facade (and wired up to memoization) -
enable colored syntax highlighting in error messages from babel (turn babel's highlighting back on, and support ansi -> html/css for our error page)
-
typescript support
-
improved debugging / logging
-
deprecate inputPaths[x] + outputPath
astronomersiva commented
Created a PR to address the colored syntax highlighting of Babel error messages.