help wantedinvestigate
Repository metrics
- Stars
- (582 stars)
- PR merge metrics
- (No merged PRs in 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?