Seeing the following error after installing react-inline-auto-prefixer:
Module not found: Error: Cannot resolve module 'babel-runtime/core-js/object/keys' in /path/to/project/node_modules/auto-prefixer/dist
This is because the dist is requiring babel-runtime/core-js/object/keys and babel-runtime/core-js/object/assign directly rather than relying on the user to polyfill Object.keys and Object.values. Any reason for this?