1. configureWebpack: config => {
    2. config['performance'] = {
    3. // 打包报警静态文件大小配置(单位: bytes)
    4. maxAssetSize: 100000,
    5. };
    6. },