From a60bc2baaef0589d80443852948f533b9ec535bc Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Sun, 22 Oct 2023 17:09:37 +0800 Subject: [PATCH] chore: use `postcss.config.cjs` replace `postcss.config.js` --- .gitignore | 1 + postcss.config.js => postcss.config.cjs | 0 2 files changed, 1 insertion(+) rename postcss.config.js => postcss.config.cjs (100%) diff --git a/.gitignore b/.gitignore index f387679883..f76a5bb4b8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ dist-ssr *.local .eslintcache report.html +vite.config.mts.timestamp* yarn.lock npm-debug.log* diff --git a/postcss.config.js b/postcss.config.cjs similarity index 100% rename from postcss.config.js rename to postcss.config.cjs