This repository was archived by the owner on May 4, 2020. It is now read-only.

Description
I was using the react-optimize
babel preset, and noticed that only some of our strings were being extracted.
I removed this preset, and confirmed that all our strings were extracted. Then I added each of its transforms one-by-one until I discovered that babel-plugin-transform-react-inline-elements
was the root of this issue.
Unfortunately, I don't have much more information. Please let me know if there is anything I can do to help.