matthewmueller/joy

Implementing joy as a webpack loader

Open

#73 geöffnet am 15. Dez. 2017

Auf GitHub ansehen
 (11 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (34 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (1.317 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

The js space is pretty matured and generally to develop a good application I would rather use existing tools like webpack, fusebox to bundle/minify/optimize my js and then finally deploy. It would be great if joy could be implemented like a webpack-loader where it compiles golang code to js (es5 preferrably) and from there on things like hot-reloading just come into place and we don't need to reinvent the wheel. Other languages like typescript also are plugged into webpack and this makes it easy for a multi language setup if needed. Is this anyway possible to implement?

Contributor Guide