为什么我不使用它时会收到 postcss 警告?
Why am I getting postcss warnings when I'm not using it?
我正在使用 NX 构建一个 React 演示,它具有 postcss
的依赖关系,但是我没有使用它,我的 webpack 配置的 none 或其他任何东西都在使用它...然而,当我 运行 yarn start
我在我的 CLI 中收到以下警告。
You did not set any plugins, parser, or stringifier. Right now, PostCSS does nothing. Pick plugins for your case on https://www.postcss.parts/ and use them in postcss.config.js.
看起来这个问题已经解决了,正如@hallvors 在这个 PR https://github.com/nrwl/nx/pull/5420
中指出的那样
我正在使用 NX 构建一个 React 演示,它具有 postcss
的依赖关系,但是我没有使用它,我的 webpack 配置的 none 或其他任何东西都在使用它...然而,当我 运行 yarn start
我在我的 CLI 中收到以下警告。
You did not set any plugins, parser, or stringifier. Right now, PostCSS does nothing. Pick plugins for your case on https://www.postcss.parts/ and use them in postcss.config.js.
看起来这个问题已经解决了,正如@hallvors 在这个 PR https://github.com/nrwl/nx/pull/5420
中指出的那样