单应用项目,可以创建很多独立工具类页面 ,不用登录 初始化的页面
zhangchen
2025-09-19 c147e4739b44bc4d2ef4004f6d80bf9225e28673
postcss.config.js
@@ -35,7 +35,7 @@
        // /node_modules[\/\\]element-plus/ // 转 element-plus 样式
      ],
      // ✅ 排除其他 node_modules
      exclude: (file) => /node_modules/.test(file) && !/node_modules[\/\\]element-plus/.test(file),
      exclude: /node_modules\/element-plus/i,
      minPixelValue: 2,
    }
  }