vue-material/.babelrc

10 lines
96 B
Text
Raw Normal View History

2016-06-17 23:32:39 +00:00
{
"presets": [
"es2015",
"stage-0"
],
"plugins": [
"add-module-exports"
]
2016-06-17 23:32:39 +00:00
}