Bluesky app fork with some witchin' additions 💫

force esm version of unicode-segmenter on web (#9532)

authored by samuel.fm and committed by GitHub 506bad83 f7e61056

Changed files
+4
+4
webpack.config.js
··· 23 23 config = withAlias(config, { 24 24 'react-native$': 'react-native-web', 25 25 'react-native-webview': 'react-native-web-webview', 26 + // Force ESM version 27 + 'unicode-segmenter/grapheme': require 28 + .resolve('unicode-segmenter/grapheme') 29 + .replace(/\.cjs$/, '.js'), 26 30 }) 27 31 config.module.rules = [ 28 32 ...(config.module.rules || []),