I updated tailwind v2 to v3. Also using gatsby which I'm quite new. And I didn't have this two warnings when it's tailwind v2. But I get this in v3. I see some some kind of solution in webpack.config.js like updating latest autoprefixer but not in gatsby. So I'm not sure how to solve it. I would appreciate if you could give me some advice. Thank you.
<w> [webpack.cache.PackFileCacheStrategy] Skipped not serializable cache item 'mini-css-extract-plugin /Users/node_modules/css-loader/dist/cjs.js??
ruleSet[1].rules[9].oneOf[1].use[1]!/Users//node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[9].oneOf[1].use[2]!/Users/src/styles.css|0|
Compilation/modules|/Users/node_modules/css-loader/dist/cjs.js??
ruleSet[1].rules[9].oneOf[1].use[1]!/Users/node_modules/postcss-loader/dist/cjs.js??
ruleSet[1].rules[9].oneOf[1].use[2]!/Users/src/styles.css': No serializer registered for Warning
<w> while serializing webpack/lib/cache/PackFileCacheStrategy.PackContentItems ->
webpack/lib/NormalModule -> Array { 1 items } ->
- What I use
"gatsby": "^3.13.0",
"gatsby-plugin-gatsby-cloud": "^3.2.0",
"tailwindcss": "^3.0.23"
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
postcss-reporter
plugin to postcss.config.js, as the last plugin in the chain. That gave me a clear warning message to the console, naming the root cause. – Quicktempered