[Vuejs]-TypeError: Cannot read property 'minify' of undefined in Nuxt.js

5👍

There was a bug in a dependency called terser v3.16 released yesterday causing this problem.

Fix it by:

npm i terser@3.14

Leave a comment