mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-05 12:16:43 +02:00
🛠 refactor: rename chunks
Some checks are pending
Check Conventional Commit / check-commit-message (push) Waiting to run
Some checks are pending
Check Conventional Commit / check-commit-message (push) Waiting to run
This commit is contained in:
@@ -32,7 +32,7 @@ export default defineConfig(({ mode }) => {
|
||||
rollupOptions: {
|
||||
output: {
|
||||
entryFileNames: 'script.js',
|
||||
chunkFileNames: 'chunk-[name]-[hash].js',
|
||||
chunkFileNames: '[name].js',
|
||||
assetFileNames: ({ name }) => {
|
||||
if (name && name.endsWith('.css')) {
|
||||
return 'style.css';
|
||||
|
Reference in New Issue
Block a user