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
Discovered this by putting <script src="mudder.min.js"></script> in a HTML file and copying the JS and source map to the same directory and realizing nothing in it was exporting a mudder top-level global variable, oops.
Need to use https://esbuild.github.io/api/#global-name somewhere in
mudderjs/esbuild.mjs
Lines 5 to 11 in d83942d
Discovered this by putting
<script src="mudder.min.js"></script>
in a HTML file and copying the JS and source map to the same directory and realizing nothing in it was exporting amudder
top-level global variable, oops.Also cf., #18.
The text was updated successfully, but these errors were encountered: