developit / microbundle

📦 Zero-configuration bundler for tiny modules.
https://npm.im/microbundle
MIT License
8.04k stars 362 forks source link

`generateTypes=false` does not work for umd #890

Closed zhaoyao91 closed 3 years ago

zhaoyao91 commented 3 years ago

I have a build cmd below:

microbundle build -f umd --external=none --generateTypes=false --sourcemap=false

However, it still generate types file to the dist dir

rschristian commented 3 years ago

Are you using TS? If so, this is (likely) a duplicate of #863

If not, can you provide a reproduction?

zhaoyao91 commented 3 years ago

well, it's TS project. I'll close this to prefer #863