appsforartists/ambidex

Performance Tuning

开放

#13 创建于 2015年3月13日

 (8 条评论) (0 个反应) (0 位负责人)JavaScript (21 个派生)batch import
help wantedinvestigate

仓库指标

星标
 (575 个星标)
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?

贡献者指南