UNPKG

@expo/metro-runtime

Version:

Tools for making advanced Metro bundler features work

12 lines (11 loc) 243 B
// Only during development. if (process.env.NODE_ENV !== 'production') { if ( // Disable for SSR typeof window !== 'undefined' ) { require('./setupFastRefresh'); require('./setupHMR'); require('./messageSocket'); } }