2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-25 10:30:36 +03:00

chore: update babel

This commit is contained in:
mengxiong10
2019-11-11 18:23:22 +08:00
parent cb741ae6f1
commit e32299d6a7
+4 -1
View File
@@ -1,4 +1,6 @@
module.exports = {
module.exports = api => {
api.cache(false);
return {
presets: [
[
'@babel/preset-env',
@@ -24,3 +26,4 @@ module.exports = {
},
},
};
};