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
When merging your files into one file, the --module amd flag makes no difference.
There needs to be a way that if all the files listed define the same root namespace, then it should compile into an amd module. Am I missing something here?
I did not write "export = " in any of these files. Not much documentation about how to fix this.