appsforartists/ambidex

Performance Tuning

Open

#13 geöffnet am 13. März 2015

Auf GitHub ansehen
 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (582 Stars) (31 Forks)batch import
help wantedinvestigate

Beschreibung

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?

Contributor Guide