npm list --depth=0) = 1.7.2node -v): v8.9.1npm -v): v5.5.1lavaravel webpack compiles vue components with require(./component.vue) to public/0.js,1.js .... instead of public/js/0.js ,1.js ...
create two components , 1 main and on loaded dynamically using Vue.component('mycomp',()=>import('component1.vue'));
without laravel and vuejs 2.5 , vue-cli 2.9.2 npm run build builds the dist structure correctly like
dist|
.......static/
................/css
.............../js
.................../0.js
............../font
but in laravel this structure gets messed up
thanks
Search before reporting
https://github.com/JeffreyWay/laravel-mix/issues/1309