Is there any way to bypass apollo-env depending on core-js?
June 30, 2020 at 8:12pmIs there any way to bypass apollo-env depending on core-js?
June 30, 2020 at 8:12pmSequelize 6 uses lodash which has a check in it that if core-js is loaded then _.isNative throws an error since core-js can affect its ability to determine that. In Jest, I was able to mock the core-js dependencies so tests pass but I'm not really sure how I could do that for production.