From 8652d0f19db71bafa53e2480fe7760a0a68e4124 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 13 Dec 2022 05:35:26 -0500 Subject: [PATCH] *Add a function and default export --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 80e3865..7cafb3a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -122,3 +122,4 @@ export default function bundleNativeModulesPlugin() { }, } as Plugin; } +export { bundleNativeModulesPlugin };