Compiling with vite/rollup produces warnings about the __PURE__ annotations
Author: yienMinCreated Nov 18, 2024Updated Nov 18, 2024
When using Vite to package and build, there will be a warning in ramda src index.js, such as containing an annotation that Rollup cannot interpret due to the position of the comment The comment will be removed to avoid issues.
in "node_modules/ramda/src/index.js" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues. node_modules/ramda/src/index.js (270:26): A comment "/*#__PURE__*/"
Source: ramda/ramda