mirror of
https://github.com/outline/outline.git
synced 2025-12-30 07:19:52 -06:00
build: Vite - set rollup output filenames (#6719)
This commit is contained in:
@@ -172,6 +172,11 @@ export default () =>
|
||||
input: {
|
||||
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