appsforartists/ambidex

Performance Tuning

Open

#13 aberto em 13 de mar. de 2015

Ver no GitHub
 (8 comments) (0 reactions) (0 assignees)JavaScript (31 forks)batch import
help wantedinvestigate

Métricas do repositório

Stars
 (582 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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?

Guia do colaborador