Transpile @atproto/api package for older browser support (#10700)

This commit is contained in:
DS Boyce
2026-06-02 19:13:34 -07:00
committed by GitHub
parent 711334b34e
commit 3c06ecfa1a
+1 -1
View File
@@ -43,7 +43,7 @@ function patchSourceMapFilter(rules, pathPattern) {
module.exports = async function (env, argv) {
env.babel = {
dangerouslyAddModulePathsToTranspile: ['@bsky.app/expo'],
dangerouslyAddModulePathsToTranspile: ['@bsky.app/expo', '@atproto/api'],
}
let config = await createExpoWebpackConfigAsync(env, argv)
config = withAlias(config, {