soocrate-core
Version:
this is the core of soocrate application
16 lines (14 loc) • 417 B
Plain Text
{
"presets": ["es2015","stage-3"],
"plugins": [
["babel-plugin-transform-builtin-extend", {
"globals": ["Map"]
}],
["transform-es2015-parameters"],
["transform-object-rest-spread"],
["transform-es2015-destructuring"],
["dynamic-import-node"],
["syntax-dynamic-import"],
["transform-class-properties"]
]
}