aboutsummaryrefslogtreecommitdiff
path: root/babel.config.js
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-05-12 17:44:15 +0530
committerAkshay Nair <phenax5@gmail.com>2024-09-29 16:16:38 +0530
commit55aef19e3a08b1c87aab6c9c16c20ea9da309029 (patch)
treec6417f169726d8b96f9fa30dd982249161d7a55b /babel.config.js
parent8ca8f830a09d8ff08ccb654199cb33779117cc37 (diff)
downloaddaft-launcher-55aef19e3a08b1c87aab6c9c16c20ea9da309029.tar.gz
daft-launcher-55aef19e3a08b1c87aab6c9c16c20ea9da309029.zip
Build schtuff
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/babel.config.js b/babel.config.js
index f7b3da3..9b9a4fe 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -1,3 +1,4 @@
module.exports = {
presets: ['module:@react-native/babel-preset'],
+ plugins: ['nativewind/babel'],
};