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:
+4
-1
@@ -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 = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user