Browser cache problems with webpack chunks and vue.js components
问题 The Problem I have a problem with cached Vue.js components and I can't reproduce this problem on my devices but every client-side update we get users complains about broken interfaces and only clearing browser cache helps. I use Laravel + Vue.js and it's multipage app. Strategy All components described in one file which included in app.js and it looks like this: Vue.component('task-feed', () => import('./components/task/task-feed'/* webpackChunkName: "/js/components/task-feed" */)); Vue