mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-24 09:30:36 +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',
|
||||||
@@ -23,4 +25,5 @@ module.exports = {
|
|||||||
plugins: ['transform-vue-jsx'],
|
plugins: ['transform-vue-jsx'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user