-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use an ESM-friendly UMD wrapper #30
Open
fuweichin opened this issue
Jun 4, 2020
· 2 comments
· May be fixed by guest271314/js-untar#1 or #37
Open
Use an ESM-friendly UMD wrapper #30
fuweichin opened this issue
Jun 4, 2020
· 2 comments
· May be fixed by guest271314/js-untar#1 or #37
Comments
In the browser I get the error
using https://unpkg.com/[email protected]/build/dist/untar.js. Currently I handle the error and continue
|
The Line 5 in 49e639c
|
guest271314
added a commit
to guest271314/js-untar
that referenced
this issue
Apr 10, 2022
This was referenced Apr 10, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
The UMD wrapper js-untar currently in use may cause an error in certain circumstances.
Steps to Reproduce:
jquery
andpako
are okay with native ESM loader, whilejs-untar
will throw an errorPossible Solution:
Use a more versatile variant of UMD, e.g. returnExportsGlobal.js
The text was updated successfully, but these errors were encountered: