Taylor Plante
Taylor Plante
This took some digging to find, but the Contentful JS SDK also distributes a version built for [browsers](https://github.com/contentful/contentful.js#using-it-directly-in-the-browser) (at least in v9+), otherwise it is assumed to be running in...
@wmhartl would you mind sharing more explicitly what you've done to `transformIgnorePatterns` to get jest and `react-simple-maps@beta` working together? I can't seem to bypass: ``` /node_modules/react-simple-maps/dist/index.js:1 ({"Object.":function(module,exports,require,__dirname,__filename,jest){import React, { createContext,...
@wmhartl that solved it for me! Thanks for sharing so quickly. Hoping @zimrick can deliver with an official release soon.
@tsvetomir I regularly upgrade dependencies, but because of the indirect relationship to `semver` I don't have control over its version. Yarn only lists dependency versions one layer deep--here's how my...