babel
preset to be used across this repo. At the moment it only extends the one used by create-react-app
but it can be extended as needed.
yarn add --dev babel-preset-joyent-portal
{
"presets": [["joyent-portal", {
"aliases": false,
"autoAliases": false
}]]
}
MPL-2.0