jekyll-webpack icon indicating copy to clipboard operation
jekyll-webpack copied to clipboard

UglifyJS error on build

Open TheRealAlan opened this issue 7 years ago • 1 comments

I have a fresh clone of this repo and I've run into a few issues. First, in the readme, I assume you mean to run npm run build instead of npm build, since it's the script you want to run. Second, on build, there is an error given by UglifyJS:

ERROR in main.js?22cf762677db53cc8921 from UglifyJs
Unexpected token: operator (>) [main.js?22cf762677db53cc8921:275,66]

This occurs with no modified files in the repo.

TheRealAlan avatar Feb 11 '18 16:02 TheRealAlan

@TheRealAlan you should be able to get passed the Uglify error by running npm run build:debug, or npm run start instead.

carolinerusso avatar Mar 20 '18 19:03 carolinerusso