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

fix(devenv): patch WebPack entry config #47

Merged

Conversation

asudoh
Copy link
Contributor

@asudoh asudoh commented Sep 17, 2018

This change ensures Symbol polyfill is loaded before react module is loaded. Doing so workarounds gatsbyjs/gatsby#7003, which happens because Symbol polyfill is loaded after reactand before react-dom, which makes react and react-dom refer to different Symbol definitions.

Fixes #24.

@alisonjoseph
Copy link
Member

Thanks Akira!

@alisonjoseph alisonjoseph merged commit 8285dec into carbon-design-system:master Sep 17, 2018
@asudoh asudoh deleted the webpack-entry-patch-ie11 branch September 17, 2018 20:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants