problem description
Gentlemen, I use the vuecli3 packaging tool, and the following error message appears. I was blinded by myself, hoping to point the way.
error
static/js/app.65cc10e4.js from Terser
TypeError: Cannot read property "minify" of undefined
at minify (/home/zhao/test2019/node_modules/terser-webpack-plugin/dist/minify.js:175:23)
at module.exports (/home/zhao/test2019/node_modules/terser-webpack-plugin/dist/worker.js:13:40)
at handle (/home/zhao/test2019/node_modules/worker-farm/lib/child/index.js:44:8)
at process.<anonymous> (/home/zhao/test2019/node_modules/worker-farm/lib/child/index.js:51:3)
at process.emit (events.js:182:13)
at emit (internal/child_process.js:812:12)
at process.internalTickCallback (internal/process/next_tick.js:72:19)
error
static/js/chunk-vendors.62d9f235.js from Terser
TypeError: Cannot read property "minify" of undefined
at minify (/home/zhao/test2019/node_modules/terser-webpack-plugin/dist/minify.js:175:23)
at module.exports (/home/zhao/test2019/node_modules/terser-webpack-plugin/dist/worker.js:13:40)
at handle (/home/zhao/test2019/node_modules/worker-farm/lib/child/index.js:44:8)
at process.<anonymous> (/home/zhao/test2019/node_modules/worker-farm/lib/child/index.js:51:3)
at process.emit (events.js:182:13)
at emit (internal/child_process.js:812:12)
at process.internalTickCallback (internal/process/next_tick.js:72:19)****