mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	chore: add webpack export type check (#21857)
add webpack export type check Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
		@@ -47,6 +47,7 @@ const filterCssImport = (url, ...args) => {
 | 
				
			|||||||
  return true;
 | 
					  return true;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/** @type {import("webpack").Configuration} */
 | 
				
			||||||
export default {
 | 
					export default {
 | 
				
			||||||
  mode: isProduction ? 'production' : 'development',
 | 
					  mode: isProduction ? 'production' : 'development',
 | 
				
			||||||
  entry: {
 | 
					  entry: {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user