From b5f56c3fe4beaa12e65ccd045f49844c9c28c17f Mon Sep 17 00:00:00 2001 From: Max huang Date: Mon, 18 Jul 2022 18:28:24 +0800 Subject: [PATCH] Fix Nuxt referenced postcss error message https://github.com/postcss/postcss/issues/1375 --- nuxt.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt.config.js b/nuxt.config.js index 29c37a157..e9eee1184 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -82,6 +82,7 @@ export default { // Build Configuration (https://go.nuxtjs.dev/config-build) build: { + postcss: null, extend(config, ctx) { config.module.rules.push({ enforce: 'pre',