mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
🆙 Now always generate a generic index.css when build
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ export default defineConfig({
|
||||
chunkSizeWarningLimit: 200000,
|
||||
rollupOptions: {
|
||||
output: {
|
||||
assetFileNames: 'src/assets/[name].[ext]',
|
||||
assetFileNames: 'src/assets/[name]-[hash].[ext]',
|
||||
manualChunks: id =>
|
||||
{
|
||||
if(id.includes('node_modules'))
|
||||
|
||||
Reference in New Issue
Block a user