question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I get this using webpack 3.11

ERROR in static/js/vendor.dcc406ea8a86a42719e0.js from UglifyJs
Unexpected token: name (endOfLine) [./node_modules/jsonexport/lib/core/escape-delimiters.js:13,0][static/js/vendor.dcc406ea8a86a42719e0.js:641,6]

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
AckerApplecommented, Mar 19, 2018

Please read the documentation on using jsonexport in the browser and you’ll be fine:

https://www.npmjs.com/package/jsonexport#browser

0reactions
xorbiscommented, Mar 20, 2018

Our stack is… https://stackshare.io/leadfox/leadfox I fell in love with VueJs’s simple setup and lightness.

We use jsonexport to Promise.each() multiple Rest API requests over millions of contacts for CSV exports. With jsonexport we can let the web client work instead of preparing the CSV server-side.

Thanks again.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ERROR in bundle.js from UglifyJs - javascript - Stack Overflow
From my understanding, this issue is happening because Uglify doesn't like ES2016 yet. However, the solutions I found on the internet don't seem ......
Read more >
ERROR in bundle.js from UglifyJs Unexpected token: punc ...
Hi, I am getting the following error when running the $ npm start ERROR in bundle.js from UglifyJs Unexpected token: punc ...
Read more >
How I Fixed: UglifyJs Unexpected token: name (DropIn)
The issue I have been hitting upon is as follows: ERROR in app.a2e9a6b7afa471d94d2b.js from UglifyJs Unexpected token: name (DropIn) [.
Read more >
uglifyjs-webpack-plugin - npm
This plugin uses uglify-js to minify your JavaScript. Requirements. This module requires a minimum of Node v6.9.0 and Webpack v4.0.0. Getting ...
Read more >
UglifyJs error on production build - sage - Roots Discourse
When building a production build I get this error: scripts/main_0282ea08.js from UglifyJs Unexpected token: operator (>) [scripts/main_0282ea08.js:471,43].
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found