[Vuejs]-Cordova + Webpack + Vue.js = npm run build old assets version

0👍

sometimes npm gives an old stack trace for a different syntax error that actually exists.

In my case, exploring syntax errors in my editor and solved what founded, solved the problem.

-2👍

Run this command:

npm run build

Leave a comment