generated from egoist/ts-lib-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels