javascripter / postcss-react-strict-dom

A PostCSS plugin to integrate React Strict DOM with static CSS extraction, compatible with Next.js, Expo, and other bundlers
1 stars 0 forks source link

Always apply include and exclude when user-supplied config is specified #4

Closed javascripter closed 9 hours ago

javascripter commented 9 hours ago

Why

include and exclude options handling was incorrect. It should always apply defaults but the current code ignores defaults when user-supplied config is provided.

Test Plan