npx webpack - Cannot read property 'minify' of undefined
It's a bug and you can fix it by installing terser v3.14
Simply run:
npm i -D [email protected]
Source: https://github.com/vuejs/vue-cli/issues/3407#issuecomment-459985313
It's a bug and you can fix it by installing terser v3.14
Simply run:
npm i -D [email protected]
Source: https://github.com/vuejs/vue-cli/issues/3407#issuecomment-459985313