gatsby-plugin-emotion 4.0.5 is breaking builds where 4.0.4 succeeded. Some old files from 3.x (gatsby-browser.js, gatsby-ssr.js, and wrap-element.js) made it into the published package. These files were originally deleted in #10500.
Compare 4.0.4 to 4.0.5 on unpkg:
https://unpkg.com/[email protected]/ (correct)
https://unpkg.com/[email protected]/ (incorrect)
N/A
I would expect only the current files to be in the corresponding published package.
Additional files (not in the current source tree) are being included in the published package.
N/A
ugh :/ will re-publish
4.0.6 was republished with clean files ( https://unpkg.com/[email protected]/ )
Thanks @pieh!
Most helpful comment
4.0.6 was republished with clean files ( https://unpkg.com/[email protected]/ )