Babel preset for Granite, a React Native toolkit. Version 1.0.22. This preset configures Babel for Granite projects, including necessary plugins and transforms. It is part of the Granite ecosystem maintained by Viva Republica (Toss). The preset is designed to work seamlessly with Granite's build system and custom metro configuration. It should be used alongside other Granite packages like @granite/everywhere. No known major alternatives as it is specific to Granite.
npm install babel-preset-graniteVerified import paths — ran on the pinned version, not inferred.
Shows how to configure Babel to use the Granite preset via the shorthand name 'granite'.
Use 'granite' in presets array: presets: ['granite'].
Update both babel-preset-granite and @granite/* packages to compatible versions.
Run 'npm install babel-preset-granite' or 'yarn add babel-preset-granite'.
Install the package and ensure babel.config.js uses the correct path or name.
No dependency data recorded yet.