Remove hot-updater/babel-plugin from babel config (gone in 0.32.0)

0.32.0 no longer exports ./babel-plugin (the package now only exports
the config entry), which broke the build with ERR_PACKAGE_PATH_NOT_EXPORTED.
The plugin's only job was replacing the __HOT_UPDATER_BUNDLE_ID build-time
constant; the 0.32.0 client reads the bundle ID from the native module
(getBundleId()) instead, so no babel plugin is required.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
minibits-cash
2026-06-01 14:29:30 +02:00
parent f41284888b
commit a35168f945

View File

@@ -14,6 +14,5 @@ module.exports = {
['module:react-native-dotenv'],
'react-native-worklets/plugin',
'@babel/plugin-proposal-export-namespace-from',
'hot-updater/babel-plugin',
],
};