1
0
Fork 0
freesewing/packages/plugin-flip/.babelrc

11 lines
109 B
Text
Raw Normal View History

2018-12-22 14:16:53 +01:00
{
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "entry"
}
]
]
}