diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-11 00:15:36 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-11 00:15:36 +0000 |
| commit | b5fb0a1978eaa3d1fc6457a8c9b70741b65c2c66 (patch) | |
| tree | a5669b5dbd08efc0fa9d1c564dd0745ac4604f08 /babel.config.js | |
| parent | 31a8d46644606fe5778677d78c137decf5f5da45 (diff) | |
| download | karakeep-b5fb0a1978eaa3d1fc6457a8c9b70741b65c2c66.tar.zst | |
feature(mobile): A reasonablly looking signin form
Diffstat (limited to 'babel.config.js')
| -rw-r--r-- | babel.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/babel.config.js b/babel.config.js index 77c28f95..f3c649bb 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,4 +1,4 @@ -module.exports = function(api) { +module.exports = function (api) { api.cache(true); return { presets: [ |
