Is next js has build in postcss support? I am need to write this in commonjs?
trying this config
import autoprefixer from "autoprefixer";
/** @type {import('postcss').ProcessOptions} */
const config = {
plugins: [postCssPresetEnvPlugin({}), autoprefixer({})],
};
export default config;
error: import postCssPresetEnvPlugin from "postcss-preset-env";