mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
82b8f407c9
Summary: Changelog: [internal] removed babel-plugin-codegen from the dependency. The dependency will exist in the app template. Reviewed By: lunaleaps Differential Revision: D33138950 fbshipit-source-id: f71fa4ca55d13715ccd1ade1424bc3cddbb10d1a
4 lines
77 B
JavaScript
4 lines
77 B
JavaScript
module.exports = {
|
|
presets: ['module:metro-react-native-babel-preset'],
|
|
};
|