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
On Sun, Jan 5, 2025, 01:31 Chris Chudzicki ***@***.***> wrote:
Thanks for this great plugin! It's exactly what I was looking for.
I struggled a bit with initially because exports from my data.compile.ts
file were undefined.
const someData = longComputation()
export { someData }
When I changed the above to export const someData = ... everything worked
fine.
If this limitation is hard to remove, it would be great to document it.
Thanks again!
—
Reply to this email directly, view it on GitHub
<#31>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACDAWSGR7ESNKBPZKBLS4UT2JALFRAVCNFSM6AAAAABUTI76N6VHI2DSMVQWIX3LMV43ASLTON2WKOZSG43DQOJTGYYDIMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Thanks for this great plugin! It's exactly what I was looking for.
I struggled a bit with initially because exports from my
data.compile.ts
file were undefined.When I changed the above to
export const someData = ...
everything worked fine.If this limitation is hard to remove, it would be great to document it.
Thanks again!
The text was updated successfully, but these errors were encountered: