[Vuejs]-Laravel + Vue App with plesk not loading all assets

0👍

Apparently the problem was the WebpackChunkName of the different components, removing the /* webpackChunkName: "my-chunk-name" */ of the Vue.components in my app.js the problem was solved. Now the builder create the public files with an ID instead of a proper name, but it actually works.

Leave a comment