andreypopp / react-quickstart

[DEPRECATED] React project template with server-side UI rendering and routing
371 stars 47 forks source link

Change uglifyjs package to uglify-js #7

Closed pieterv closed 10 years ago

pieterv commented 10 years ago

The uglifyjs fork currently used doesn't include the .bin/uglify file which results in the npm run build command failing. This change uses the latest version of the official uglify package.

As far as i could tell there is no need for the forked version, uglify-js includes a uglify-to-browserify transform.

andreypopp commented 10 years ago

Thanks, it probably worked for me because I have globally installed uglify-js.