Skip to content

Global Export does not work #1

@BigAB

Description

@BigAB

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions