Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

chore: use custom .babelrc #62

Merged
merged 1 commit into from
Sep 19, 2018

Commits on Sep 19, 2018

  1. chore: use custom .babelrc

    Gatsby's default `.babelrc` is configured in a manner that automatically imports Babel polyfills
    based on usage of corresponding API.
    
    Such Babel polyfills are loaded after RHL imports `react` module and before page bundle generated by Gatsby
    imports `react-dom` module, which causes `react` and `react-dom` referring to different `Symbol` class object,
    triggering gatsbyjs/gatsby#7003.
    
    Refs carbon-design-system#24.
    asudoh committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    917c1ae View commit details
    Browse the repository at this point in the history