diff --git a/postcss.config.js b/postcss.config.js index 3389f15..5ca8add 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -10,6 +10,7 @@ export default { "postcss-utilities": {}, "postcss-nesting": {}, cssnano: + // eslint-disable-next-line no-undef process.env.NODE_ENV === "production" ? { preset: "advanced" } : false, }, };