appsforartists/ambidex

Performance Tuning

Open

#13 opened on 2015年3月13日

GitHub で見る
 (8 comments) (0 reactions) (0 assignees)JavaScript (582 stars) (31 forks)batch import
help wantedinvestigate

説明

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?

コントリビューターガイド