# webpack配置 **Repository Path**: xushan12/webpack_configuration ## Basic Information - **Project Name**: webpack配置 - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-21 - **Last Updated**: 2021-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webpack配置 #### 运行介绍 1、npm run start 2、npm run test,自动化测试有一个包有问题未解决 #### 特别包说明 1、postcss-loader,为浏览器不兼容属性加前缀 2、file-loader,url-loader,识别各种图片、音频、视频 3、eslint-loader,对语法格式进行限制 4、jest-webpack,自动化测试,包有问题