joyent-portal/packages/my-joy-images/.babelrc

13 lines
157 B
Plaintext
Raw Normal View History

2018-02-05 17:12:47 +02:00
{
"ignore": ["_document.js"],
"presets": [
[
"joyent-portal",
{
"aliases": true,
"autoAliases": true
}
]
]
2018-02-05 17:12:47 +02:00
}