You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to webpack-encore 0.23 I ran into the following error when running
yarn run encore production in my Symfony / Vue project: TypeError: Cannot read property 'minify' of undefined
After upgrading to webpack-encore 0.23 I ran into the following error when running
yarn run encore production in my Symfony / Vue project:
TypeError: Cannot read property 'minify' of undefined
This solution proposed in vuejs/vue-cli#3407 worked for me:
Add
to your
package.json
. It seems the most current version of terser 3.16 broke something.The text was updated successfully, but these errors were encountered: