publint
publint copied to clipboard
Suggest avoiding UMD for CJS only packages
~~ESM importing a UMD package does not work as the named imports interop fails in nodejs.~~
ESM importing a UMD package does not work well for treeshaking
Gave an attempt at https://github.com/bluwy/publint/tree/umd-suggestion. Also updated the description about named imports interop. It seems to affect IIFE specifically, not UMD.