postcss / postcss-load-config

Autoload Config for PostCSS
MIT License
638 stars 71 forks source link

feat: support loading esm and ts files from json config #254

Closed brc-dd closed 8 months ago

brc-dd commented 8 months ago

Notable Changes

Commit Message Summary (CHANGELOG)

Added support for loading .js, .mjs, .cjs, .ts, .mts, .cts files from JSON config.

Type

SemVer

Checklist

ai commented 8 months ago

Wow. It was fast!

I will review it an hour later.

ai commented 8 months ago

@brc-dd are we ready to release it?

BTW, I am planning to release all changes as major since we have too many internal changes.

brc-dd commented 8 months ago

Yeah good to go from my side. We'll update this at Vite side too and let you know how things pan out.

ai commented 8 months ago

Released in 5.0. Thanks for the work. Ping me when it will be in Vite.