Don't know if this is the proper fix, but this is how it was fixed in other project: add this to the end of `gulp/utils/handleError.js` function: ``` if (process.env.NODE_ENV === 'production') { throw error; } ```
Don't know if this is the proper fix, but this is how it was fixed in other project:
add this to the end of
gulp/utils/handleError.jsfunction: