zhangwei
8 天以前 03c275439949875a857538df89a41696642c42b3
1
2
3
4
5
6
7
8
// @ts-check
 
/** @type {import('postcss-load-config').Config} */
export default {
  plugins: {
    ...(process.env.NODE_ENV === "production" ? { cssnano: {} } : {})
  }
};