export const getClientFilename = (name: string): string => {
    return name+".bundle.js";
}