diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 03:01:41 +0100 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 03:01:41 +0100 |
| commit | e298a263223d9b08f9d566c2038b0689506e967d (patch) | |
| tree | 281b004c41141ae4cfcedc07736e44b1ecb3b9c6 /client/babel.config.js | |
| parent | d0704be9edb02f9a70403c4fb298d3750e487ba3 (diff) | |
Vue basic setup and timezone picker component
Diffstat (limited to 'client/babel.config.js')
| -rw-r--r-- | client/babel.config.js | 5 |
1 files changed, 5 insertions, 0 deletions
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' + ] +} |
