matthewmueller/joy

Implementing joy as a webpack loader

Open

#73 创建于 2017年12月15日

在 GitHub 查看
 (11 评论) (0 反应) (0 负责人)Go (34 fork)github user discovery
enhancementhelp wanted

仓库指标

Star
 (1,317 star)
PR 合并指标
 (PR 指标待抓取)

描述

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?

贡献者指南