You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project using vite 5 (rollup 4.6), and I get warnings related to react-async-hook when building my project:
vite v5.0.6 building for production...
node_modules/react-async-hook/dist/react-async-hook.cjs.development.js (25:24) A comment
"/*#__PURE__*/"
in "node_modules/react-async-hook/dist/react-async-hook.cjs.development.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-async-hook/dist/react-async-hook.cjs.development.js (27:29) A comment
"/*#__PURE__*/"
in "node_modules/react-async-hook/dist/react-async-hook.cjs.development.js" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
I have a project using vite 5 (rollup 4.6), and I get warnings related to react-async-hook when building my project:
It refers to these lines:
I'm not sure where these are coming from, probably added by tsdx when building.
The text was updated successfully, but these errors were encountered: