-
-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Labels
M: Needs ReproductionMisc: Needs ReproductionMisc: Needs Reproduction
Description
Check existing issues
- I checked there isn't already an issue for the bug I encountered.
Ox Version
0.6.0
Current Behavior
A warning is generated when the module is processed with Rollup:
node_modules/viem/node_modules/ox/_esm/core/Json.js (1:21): A comment
"/*#__PURE__*/"
in "node_modules/viem/node_modules/ox/_esm/core/Json.js" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
Apparently this annotation is supposed to be used with functions, but here it is used with a constant.
Expected Behavior
No warning.
Steps To Reproduce
- Add viem to a project that uses Rollup.
- Build it
Link to Minimal Reproducible Example
No response
Anything else?
Rollup v4.24.1
Metadata
Metadata
Assignees
Labels
M: Needs ReproductionMisc: Needs ReproductionMisc: Needs Reproduction