Are you importing the babel polyfill like... import 'babel-polyfill'; But only need the odd function like Object.values from ES2017? Then maybe you can reduce the size of your JS bundle by installing those specific polyfills. Importing the whole of babel-polyfill could be adding