fe-interview icon indicating copy to clipboard operation
fe-interview copied to clipboard

webpack优化

Open habc0807 opened this issue 4 years ago • 1 comments

habc0807 avatar Aug 22 '20 16:08 habc0807

    1. url-loader 通过limit控制 8kb
    1. image-webpack-loader 图片压缩
    1. CommonsChunkPlugin 提取公共代码
    1. 代码排查 sourceMap
    1. 构建结果输出分析 webpack-bundle-analyzer

habc0807 avatar Aug 22 '20 16:08 habc0807