Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix __PURE__ rollup warning while bundling #142

Open
XantreDev opened this issue Jun 2, 2024 · 0 comments
Open

Fix __PURE__ rollup warning while bundling #142

XantreDev opened this issue Jun 2, 2024 · 0 comments

Comments

@XantreDev
Copy link
Owner

@preact-signals/utils:build: "/** #__PURE__ */"
@preact-signals/utils:build:
@preact-signals/utils:build: in "src/lib/store/deepSignal.ts" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
@preact-signals/utils:build: https://rollupjs.org/https://rollupjs.org/configuration-options/#pure
@preact-signals/utils:build: D:\Projects\open-source\preact-signals\packages\utils\src\lib\store\deepSignal.ts:21:26
@preact-signals/utils:build: 19:  * @param value - The object to wrap in the deepSignal.
@preact-signals/utils:build: 20:  */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant