vue-bootstrap4-table
Version:
Advanced table based on Vue 2 and Bootstrap 4
20 lines (19 loc) • 382 B
Plain Text
{
"presets": [
["env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"],
"node": 4
}
}],
"stage-2"
],
"plugins": ["transform-vue-jsx", "transform-runtime","lodash"],
"env": {
"test": {
"presets": ["env", "stage-2"],
"plugins": ["transform-vue-jsx", "istanbul"]
}
}
}