From 10b42fc5b8b943855b46cf4829ca4393b8c8ba4d Mon Sep 17 00:00:00 2001 From: Eddy Chen <89349085+ecxyzzy@users.noreply.github.com> Date: Fri, 24 Nov 2023 22:44:16 -0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20use=20esm=20export=20in?= =?UTF-8?q?=20postcss=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- postcss.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postcss.config.js b/postcss.config.js index 16c54321..01dd2546 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -10,4 +10,4 @@ const config = { ], }; -module.exports = config; +export default config;