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 can access to module information by using JSX.require() function from JS code, but there is no way to get primary source file name (it was passed to JSX compiler).
If I can get primary source file name, I can write custom bootstrap code easily.
For example, just import following code, you can export all export classes and use as standard CommonJS code.
I can access to module information by using JSX.require() function from JS code, but there is no way to get primary source file name (it was passed to JSX compiler).
If I can get primary source file name, I can write custom bootstrap code easily.
For example, just import following code, you can export all export classes and use as standard CommonJS code.
The text was updated successfully, but these errors were encountered: