From 54dd42195446bfd1ebf501ca760998978a9da5ff Mon Sep 17 00:00:00 2001 From: WanQuanXie Date: Tue, 20 Aug 2024 01:56:46 +0800 Subject: [PATCH] feat: Add babel-plugin-lucide-react-native to this list --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 4c8bd2f..6402440 100644 --- a/readme.md +++ b/readme.md @@ -31,6 +31,7 @@ If you want to contribute, please read the [contribution guidelines](contributin - [lodash](https://github.com/lodash/babel-plugin-lodash) - Cherry-picks Lodash modules so you don’t have to. - [ramda](https://github.com/megawac/babel-plugin-ramda) - Cherry-picks Ramda modules so you don’t have to. + - [lucide-react-native](https://github.com/WanQuanXie/babel-plugin-lucide-react-native) - Cherry-picks Lucide React Native modules so you don’t have to. - [module-resolver](https://github.com/tleunen/babel-plugin-module-resolver) - Custom module resolver. - [root-import](https://github.com/entwicklerstube/babel-plugin-root-import) - Import modules from the root with `require('~/foo')` syntax. - [webpack-alias](https://github.com/trayio/babel-plugin-webpack-alias) - Allows you to use webpack aliases and most of webpack resolve features in Babel.