hostr/.babelrc

8 lines
137 B
Text
Raw Permalink Normal View History

2016-06-02 21:06:52 +01:00
{
"plugins": [
"transform-es2015-modules-commonjs",
"transform-es2015-destructuring",
"transform-object-rest-spread"
]
}