haul
haul copied to clipboard
Add Missing Dependencies to @haul-bundler/babel-preset-react-native
Summary
Add missing dependencies @babel/plugin-transform-computed-properties to @haul-bundler/babel-preset-react-native.
The following dependencies are used in @haul-bundler/babel-preset-react-native
- @babel/plugin-transform-arrow-functions
- @babel/plugin-transform-computed-properties
- @babel/plugin-transform-destructuring
- @babel/plugin-transform-for-of
- @babel/plugin-transform-regenerator
However they are not declared in the dependencies of package.json for @haul-bundler/babel-preset-react-native.
I have encountered errors while trying to use this in a non-hoisted environment, and I believe this was working previously due to hoisting.
Test plan
This should not affect anything, the dependency was likely being resolved previously due to hoisting, and it is simply now being explicitly declared