build: Vite - set rollup output filenames (#6719)
This commit is contained in:
@@ -172,6 +172,11 @@ export default () =>
|
|||||||
input: {
|
input: {
|
||||||
index: "./app/index.tsx",
|
index: "./app/index.tsx",
|
||||||
},
|
},
|
||||||
|
output: {
|
||||||
|
assetFileNames: 'assets/[name].[hash][extname]',
|
||||||
|
chunkFileNames: 'assets/[name].[hash].js',
|
||||||
|
entryFileNames: 'assets/[name].[hash].js',
|
||||||
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user