Replies: 2 comments 9 replies
-
You'll need to share some code so that people can help you. Can you share a repository or the relevant code (e.g. the styles css file). The SASS plugin works fine, you must be using something in your site that is causing this. |
Beta Was this translation helpful? Give feedback.
-
Hi @mikeyfe6, I have checked the webpack config in gatby v2 and I saw that in v2 they are using this webpack plugin optimize-css-assets-webpack-plugin. And in version 3 they have already changed to use css-minimizer-webpack-plugin. And this this plugin has an option to show the warning (warningsFilter: this is a function to filter type of warning you want to show log and default is just return true). Still don't know exactly the reason it's show warning (need to investigate more). And I have a solution to hide these warning is that override default gatsby webpack config: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I cannot get Webpack, Sass, PostCss whatever it is, to work with me.... Can't find anything in the docs or on google whatsoever. Since migrating to Gatsby v3 I have multiple issues, this is one of them...
Actual result
Environment
I use the default
gatsby-plugin-sass
, no extra webpack.Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions