vue-data-tables
Version:
A simple, customizable and pageable table, based on vue2 and element-ui.
19 lines (18 loc) • 517 B
Plain Text
{
"presets": [
["env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
}],
"stage-2"
],
"plugins": ["transform-runtime", "lodash", "vue-jsx-sync", "jsx-v-model", "transform-vue-jsx"],
"env": {
"test": {
"presets": ["env", "stage-2"],
"plugins": ["transform-runtime", "lodash", "vue-jsx-sync", "jsx-v-model", "transform-vue-jsx", "transform-es2015-modules-commonjs", "dynamic-import-node", "istanbul"]
}
}
}