From e298a263223d9b08f9d566c2038b0689506e967d Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 03:01:41 +0100 Subject: Vue basic setup and timezone picker component --- client/babel.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 client/babel.config.js (limited to 'client/babel.config.js') diff --git a/client/babel.config.js b/client/babel.config.js new file mode 100644 index 0000000..e955840 --- /dev/null +++ b/client/babel.config.js @@ -0,0 +1,5 @@ +module.exports = { + presets: [ + '@vue/cli-plugin-babel/preset' + ] +} -- cgit v1.2.1