issues
search
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
Unwrap IIFE for hermes optimization
#7
Closed
leegeunhyeok
closed
1 year ago
leegeunhyeok
commented
1 year ago
Description
Fix performance issue on hermes runtime
in local scope(IIFE), poor performance on hermes runtime.
remove IIFE for modules initialize on global scope.
change esbuild bundle format
'iife'
to
'esm'
for remove IIFE.
close #5
Description
Fix performance issue on hermes runtime
'iife'
to'esm'
for remove IIFE.close #5