This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Description
Hello,
I'm using your lib, thanks for that.
However when including the lib into my project, I cannot minify my JS file any longer. I'm using VueJS on top of Laravel 5.7.
Commands are:
npm run prod
uglifyjs public/js/app.js -o public/js/app.js
Error is:
Parse error at ./public/js/app.js
String,default:"//s7.addthis.com/js/300/addthis_widget.js"}},mounted(){if(t.br
^
ERROR: Unexpected token: punc (()
Any idea why?
Thanks?