Hi there,
Just letting you know that the following warning shows after I moved a project from CRA to Vite.
I understand that this is just a warning, but I thought I'd bring it to your attention.
Thanks.
vite v6.2.3 building for production...
node_modules/react-flip-toolkit/lib/index.es.js (1:3416): A comment
"/*#__PURE__*/"
in "node_modules/react-flip-toolkit/lib/index.es.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/react-flip-toolkit/lib/index.es.js (1:3743): A comment
"/*#__PURE__*/"
in "node_modules/react-flip-toolkit/lib/index.es.js" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
Hi there,
Just letting you know that the following warning shows after I moved a project from CRA to Vite.
I understand that this is just a warning, but I thought I'd bring it to your attention.
Thanks.