Commit 656e72d
fix: rename postcss.config.js to .cjs for ESM compatibility
package.json has "type": "module", so .js files are treated as ESM.
PostCSS config uses CommonJS (module.exports), so needs .cjs extension.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 128c31b commit 656e72d
1 file changed
File renamed without changes.
0 commit comments