Dynamic Route added to CSS and JS paths on page refresh Webpack with Vuejs

You need to update the webpack.config.js file and add the publicPath

output: {
  path: path.resolve(__dirname, './dist'),
  filename: 'lib/js/build.js',
  publicPath: '/' // <----- Problem was here. This was missing.
}

 

Was this post helpful?
Let us know if you liked the post. That’s the only way we can improve.
Yes0
No0
Harinder Singh

Harinder Singh

My name is Harinder Singh and I specialize in Software industry. I consider myself as a life learner. I love learning new concepts, embracing new ideas and reading and searching for innovation.