-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
You can't get access to the function just by including the script file:
<script src='./node_modules/async-transform/dist/global/@bigab/async-transform.js'></script>
<script>
asyncTransform([transformFunctions], val); // added to window
</script>The file loads and seems to run, but there is no access to the asyncTransform function on window, it actually does exist, but it's at window._define.modules['@bigab/async-transform'].default, which I am sure isn't right