it was normal two days ago, but there was an error when I used npm run build again yesterday. The message is as follows:
function fromPath(obj, path) {
return path.split(".").reduce((o, i) => o === Object(o) ? o[i] : o, obj);
}
searched for some solutions and tried nothing, and I looked at git"s submission history and didn"t find out the cause of the problem. Reviewing the operations of the past two days, it is possible to include the following:
1. Remember to delete a reference to lodash
2. Two days ago, I read an article that I wanted to modify several places in config/index.js through chrome debugging, but now they have all been restored
Please do not hesitate to give us your advice, thank you