2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-24 09:40:38 +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: [ presets: [
[ [
'@babel/preset-env', '@babel/preset-env',
@@ -24,3 +26,4 @@ module.exports = {
}, },
}, },
}; };
};