Skip to content

Commit

Permalink
chore(vue.config.js): add unique chunk file names for caching issues (#…
Browse files Browse the repository at this point in the history
…151)

resolves #150
  • Loading branch information
Mert75 committed Aug 23, 2020
1 parent 364014f commit 7c6cb0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/docs-next/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ module.exports = {
}
},
configureWebpack: {
output: {
chunkFilename: '[name].[id].js',
filename: '[name].[id].js',
},
optimization: {
splitChunks: {
chunks: 'all',
Expand Down

0 comments on commit 7c6cb0b

Please sign in to comment.