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]
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 ofnpm build
, since it's the script you want to run. Second, on build, there is an error given by UglifyJS:This occurs with no modified files in the repo.