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,
|
chunkSizeWarningLimit: 200000,
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
output: {
|
output: {
|
||||||
assetFileNames: 'src/assets/[name].[ext]',
|
assetFileNames: 'src/assets/[name]-[hash].[ext]',
|
||||||
manualChunks: id =>
|
manualChunks: id =>
|
||||||
{
|
{
|
||||||
if(id.includes('node_modules'))
|
if(id.includes('node_modules'))
|
||||||
|
|||||||
Reference in New Issue
Block a user