Problem/Motivation
We worked around conflict between dependency versions on Drupal and postcss-header library by not loading postcss-header using the index file. This can be removed now that postcss-header has released a version that supports Babel 7.
Proposed resolution
Update to the latest version of postcss-header
and remove the workaround.