# 为什么要抽离css

  1. 对于生产环境构建,建议从 bundle 中提取 CSS,以便之后可以并行加载 CSS/JS 资源。
  2. 可以对css进行压缩
  3. 通过css文件名进行缓存

# 如何抽离