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

Do not bundle dependencies in the bundle #5

Closed javascripter closed 9 hours ago

javascripter commented 9 hours ago

Why

Closes https://github.com/javascripter/postcss-react-strict-dom/issues/3

How

use tsup-node instead of tsup to always exclude dependencies https://tsup.egoist.dev/#excluding-all-packages

Test Plan

run bun run build to check the output doesn't include dependencies in the bundle