Closed alanpog closed 5 years ago
@alanpog Could you provide a reproduction?
Hey @alanpog.
I ran into the same issue. Here is a workaround for gatsby-config.js
{
resolve: `gatsby-plugin-material-ui`,
options: {
disableAutoprefixing: true,
disableMinification: true,
},
},
It looks like there is an issue with the postcss and clean-css stuff when the site builds. When I find some time I will try to create a reproduction.
@alanpog @develowlper Any updates?
First closed, because error are not reproducible. If the error occurs again, just open a new ticket
After upgrading
gatsby-theme-material-ui
, which upgradedgatsby-plugin-material-ui
to2.0.1
, I'm getting the following build error (only withgatsby build
not withdevelop
):