appsforartists/ambidex

Performance Tuning

Open

#13 ouverte le 13 mars 2015

Voir sur GitHub
 (8 commentaires) (0 réactions) (0 assignés)JavaScript (582 stars) (31 forks)batch import
help wantedinvestigate

Description

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?

Guide contributeur