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
I think we need to decide how and in which context we want to use the utils and depending on the context we need to build the relevant syntax.
The platform attribute in the esbuild params can be set to node and will then build module.export statements which can then be imported instead of being required.
The text was updated successfully, but these errors were encountered:
This issue will need further discussion with @aspala to define the usage of this project and requirements.
To be on the same page lets use this article
I think we need to decide how and in which context we want to use the utils and depending on the context we need to build the relevant syntax.
The
platform
attribute in the esbuild params can be set tonode
and will then buildmodule.export
statements which can then be imported instead of being required.The text was updated successfully, but these errors were encountered: