Skip to content

Commit

Permalink
revert: temporarily remove the chunk config causing crash
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Aug 17, 2023
1 parent ede9d46 commit ff5aa3a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ export default defineConfig({

if (id.includes('uno'))
return 'vendor'

if (id.includes('src/utils/'))
return 'vendor'

if (id.includes('src/stores/'))
return 'vendor'
},
chunkFileNames: '[name].[hash].js',
entryFileNames: chunk => nohashEntries.includes(chunk.name) ? '[name].js' : '[name].[hash].js',
Expand Down

0 comments on commit ff5aa3a

Please sign in to comment.