*Add a function and default export

This commit is contained in:
Derrick Hammer 2022-12-13 05:35:26 -05:00
parent 27f87553b3
commit 8652d0f19d
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -122,3 +122,4 @@ export default function bundleNativeModulesPlugin() {
},
} as Plugin;
}
export { bundleNativeModulesPlugin };