1
0
Fork 0

Merge branch 'master' of github.com:freesewing/plugin-debug

This commit is contained in:
Joost De Cock 2018-12-18 14:38:39 +01:00
parent feda2be38b
commit bff096f55d

View file

@ -0,0 +1,10 @@
{
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "entry"
}
]
]
}