Closed DylanPiercey closed 6 years ago
Looks like previously uglify js threw errors when it couldn't minify a file, now it returns an object which was tripping us up.
This now throws the error properly from uglify js and I brought in babel-code-frame to make the error message a bit prettier.
babel-code-frame
Looks like previously uglify js threw errors when it couldn't minify a file, now it returns an object which was tripping us up.
This now throws the error properly from uglify js and I brought in
babel-code-frame
to make the error message a bit prettier.