Skip to content
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

uglify-js.minify failure in vis-data\peer\umd 7.1.9 #1147

Open
jladbury opened this issue Dec 19, 2023 · 0 comments
Open

uglify-js.minify failure in vis-data\peer\umd 7.1.9 #1147

jladbury opened this issue Dec 19, 2023 · 0 comments

Comments

@jladbury
Copy link

I use uglify.js to squelch all my third-party components into a single file. I recently upgraded vis-data to 7.1.9. uglify.js now reports an error in ...\node_modules\vis-data\peer\umd.

This is the error as reported in WebStorm debug (file13.js being vis-data/peer/umd/vis-data.js):

{
  "message": "Unexpected token: operator (?)",
  "filename": "file13.js",
  "line": 4453,
  "col": 50,
  "pos": 152249
}

and indeed if you browse there your see a double question mark:
Screenshot - 19_12_2023 , 13_01_09

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant