You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building a dynamic postcss config and it requires getting the Tsup options, problem is the way postcss-load-config is being used now is that we pass and empty object as the context param
const result = await loadConfig({}, process.cwd())
I would like to pass the options further, giving postcss the ability to utilize them , for now I need entryPoints option. but would be nice to standardise it.
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
I'm building a dynamic postcss config and it requires getting the Tsup options, problem is the way postcss-load-config is being used now is that we pass and empty object as the context param
I would like to pass the options further, giving postcss the ability to utilize them , for now I need entryPoints option. but would be nice to standardise it.
Upvote & Fund
The text was updated successfully, but these errors were encountered: