Bundle typescript with export default foo
for both esm
and cjs
targets.
#8658
Labels
export default foo
for both esm
and cjs
targets.
#8658
🙋 feature request
A a library author I want to write TypeScript as :
I also want my users to be able to do this :
🤔 Expected Behavior
prints
1
😯 Current Behavior
prints
{ default: [Getter] }
💁 Possible Solution
N/A
🔦 Context
I want to adopt Parcel for everything authored under https://github.com/csstools/postcss-plugins
But I don't want this to be a breaking change for users.
I tried searching the issues and docs, maybe I am not using the right keywords, but I did not find a way forward.
The text was updated successfully, but these errors were encountered: