Initial import of frappe sunderer app
This commit is contained in:
@@ -24,13 +24,13 @@ export default defineConfig({
|
||||
manifest: true,
|
||||
rollupOptions: {
|
||||
output: {
|
||||
entryFileNames: 'js/[name].[hash].js',
|
||||
chunkFileNames: 'js/[name].[hash].js',
|
||||
entryFileNames: 'js/index.js',
|
||||
chunkFileNames: 'js/[name].js',
|
||||
assetFileNames: (assetInfo) => {
|
||||
if (assetInfo.name.endsWith('.css')) {
|
||||
return 'css/[name].[hash].[ext]';
|
||||
return 'css/index.css';
|
||||
}
|
||||
return 'assets/[name].[hash].[ext]';
|
||||
return 'assets/[name][extname]';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user