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 found tsup use rollup-pluign-dts to finish dts build, and external node_modules in default, but why not use respectExternal, a option of rollup-plugin-dts to bundle our node_module/@types or not tsResolvePlugin? I think this doen't need to handle it yourself. Maybe some reason i don't know, can someone tell me?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I found tsup use rollup-pluign-dts to finish dts build, and external node_modules in default, but why not use respectExternal, a option of rollup-plugin-dts to bundle our node_module/@types or not tsResolvePlugin? I think this doen't need to handle it yourself. Maybe some reason i don't know, can someone tell me?
Beta Was this translation helpful? Give feedback.
All reactions