redux-persist-sensitive-storage icon indicating copy to clipboard operation
redux-persist-sensitive-storage copied to clipboard

Improve ES6 compatibility

Open randycoulman opened this issue 7 years ago • 0 comments

When using this library in a react-native project that uses Jest for testing, I had to ensure that this module gets transpiled by Jest using its transformIgnorePatterns setting.

There are a number of other libraries that have the same problem, but it should be possible to make this library more universally-usable, perhaps using the module key in package.json. I'm not (yet) clear on the details, but I know there are a number of articles and blog posts around about how to do this well.

randycoulman avatar Mar 21 '18 22:03 randycoulman