leegeunhyeok / react-native-esbuild

⚡️ esbuild based universal bundler for React Native
https://react-native-esbuild.vercel.app
MIT License
203 stars 10 forks source link

Import initializeCore only once #19

Closed leegeunhyeok closed 1 year ago

leegeunhyeok commented 1 year ago

Description

Remove duplicate of initializeCore. Now, required only once at entry file.

Result

(Before)

Screenshot 2023-09-22 at 11 09 14 PM

(After)

Screenshot 2023-09-22 at 11 08 24 PM

close #18