frol / bos-component-ts-starter

TypeScript project starter for NEAR BOS
https://near.org/frol.near/widget/bos-component-ts-starter.components.pages.homepage
MIT License
10 stars 3 forks source link

Imports/Exports transpile only 1 per file #6

Closed gojimotoro closed 5 months ago

gojimotoro commented 10 months ago

Imports/Exports per file transpile only 1, check screenshots Before build:

image

After:

image

The same if we do export, if you do export from the file, only 1 function will transpile, and the others will left with export and this will break the code

frol commented 5 months ago

Resolved by #11