Closed cmdruid closed 1 year ago
pure annotations help bundlers such as esbuild, webpack, and likely rollup to not include unnecessary code, improving tree-shaking. The feature works great and is helpful. You need to report the issue to plugin's repo.
Hello. This is not a critical bug, but I wanted to report it anyway since it started happening to me recently.
When trying to bundle my projects using
rollup
and@rollup/plugin-commonjs
, I get the following warning:I can safely ignore the warning as it doesn't break the bundling process. But it is an issue so I thought I would bring it up.