mirror of
https://github.com/minibits-cash/minibits_wallet.git
synced 2026-07-22 07:48:28 +00:00
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:
@@ -14,6 +14,5 @@ module.exports = {
|
||||
['module:react-native-dotenv'],
|
||||
'react-native-worklets/plugin',
|
||||
'@babel/plugin-proposal-export-namespace-from',
|
||||
'hot-updater/babel-plugin',
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user