You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I apologize in advance for the potentially silly question. I'm trying to uglify this as part of a bundle, however this ONE file does not seem to want to play nice.
To simplify recreating this issue, I have copied the exact code I'm using for bootstrap-select. It won't even uglifyify by itself!
If you try to run the command browserify -t uglifyify bootstrap-select.js -o select.js on this file, it outputs SyntaxError: Unexpected token when trying to uglifyify this file
Using "browserify": "^11.2.0", "uglifyify": "^3.0.1"
Any help would be appreciated! Thanks for the awesome browserify plugin, it's been a dream to use except for this minor hiccup!
Cheers!
The text was updated successfully, but these errors were encountered:
I apologize in advance for the potentially silly question. I'm trying to uglify this as part of a bundle, however this ONE file does not seem to want to play nice.
To simplify recreating this issue, I have copied the exact code I'm using for
bootstrap-select
. It won't even uglifyify by itself!https://gist.github.com/alexander-daniel/d527e8be5f5a3ec5eb15
If you try to run the command
browserify -t uglifyify bootstrap-select.js -o select.js
on this file, it outputsSyntaxError: Unexpected token when trying to uglifyify this file
Using
"browserify": "^11.2.0"
,"uglifyify": "^3.0.1"
Any help would be appreciated! Thanks for the awesome browserify plugin, it's been a dream to use except for this minor hiccup!
Cheers!
The text was updated successfully, but these errors were encountered: