export const webpack: (config: any) => Promise<any> = async (config: any) => {
	return config;
};
