haul icon indicating copy to clipboard operation
haul copied to clipboard

Add Missing Dependencies to @haul-bundler/babel-preset-react-native

Open Stuart-Wilcox opened this issue 2 years ago • 0 comments

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

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

Stuart-Wilcox avatar Mar 09 '22 23:03 Stuart-Wilcox