Closed javascripter closed 9 hours ago
Closes https://github.com/javascripter/postcss-react-strict-dom/issues/3
use tsup-node instead of tsup to always exclude dependencies https://tsup.egoist.dev/#excluding-all-packages
tsup-node
tsup
run bun run build to check the output doesn't include dependencies in the bundle
bun run build
Why
Closes https://github.com/javascripter/postcss-react-strict-dom/issues/3
How
use
tsup-node
instead oftsup
to always exclude dependencies https://tsup.egoist.dev/#excluding-all-packagesTest Plan
run
bun run build
to check the output doesn't include dependencies in the bundle