appsforartists/ambidex

Performance Tuning

Open

#13 创建于 2015年3月13日

在 GitHub 查看
 (8 评论) (0 反应) (0 负责人)JavaScript (31 fork)batch import
help wantedinvestigate

仓库指标

Star
 (582 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Considering we are using webpack, maybe we should use it in order to remove this:

require("node-jsx").install(
  {
    "extension":  ".js",
    "harmony":    true
  }
);

at every init.js of projects that use ambidex.

Any thoughts?

贡献者指南