jasononeil / webpack-haxe-loader

Webpack loader for the Haxe programming language.
MIT License
38 stars 11 forks source link

Handle compilation server #48

Closed kLabz closed 6 years ago

kLabz commented 6 years ago

Added server option to allow --connect (adding it as first parameter, wouldn't work with extra) + handling of the error thrown when the compilation server cannot be reached.

Also fixed errors in initialization macros (with position being in --macro instead of a real file, the formatter was trying to load source code... and failing).

Also supported grouping errors for warnings, forgot them when implementing this for errors.