# T-webpack5 **Repository Path**: github-image-library/T-webpack5 ## Basic Information - **Project Name**: T-webpack5 - **Description**: Engineering front end project template based on webpack5. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-16 - **Last Updated**: 2024-11-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # T-webpack5 > Front end development template based on webpack5. ## Issue - macOS下husky不执行? > 设置权限使用 `chmod 777 .husky/*` windows环境powershell下pnpm不执行问题? > 管理员模式打开powershell运行如下命令 ```shell Set-ExecutionPolicy RemoteSigned ```