Skip to content

Commit

Permalink
Merge pull request #185 from medyo/improve/pwa
Browse files Browse the repository at this point in the history
add missing hash to assets
  • Loading branch information
medyo authored Dec 27, 2023
2 parents 7ce4a1a + 3fc272d commit d7e98c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default defineConfig(({ mode }) => {
output: {
entryFileNames: `assets/[name].js`,
chunkFileNames: `assets/[name]-[hash].js`,
assetFileNames: `assets/[name].[ext]`,
assetFileNames: `assets/[name]-[hash].[ext]`,
manualChunks: {
core: [
'react',
Expand Down

0 comments on commit d7e98c5

Please sign in to comment.