Skip to content

lilawliet/webpack5-shangguigu

Repository files navigation

课程代码(笔记)

webpack 性能优化

  • 开发环境性能优化
  • 生产环境性能优化

开发环境性能优化

  • 优化打包构建速度
    • HMR
  • 优化代码调试
    • source-map

生产环境性能优化

  • 优化打包构建速度
    • oneOf
    • babel 缓存
  • 优化代码运行的性能
    • 缓存(hash-chunkhash-contenthash)
    • tree shaking -- sideEffect
    • code split
    • 懒加载/预加载
    • pwa
    • externals
    • dll

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published