Skip to content

Instantly share code, notes, and snippets.

@ThaddeusJiang
Last active August 6, 2018 07:08
Show Gist options
  • Save ThaddeusJiang/b547627c7f5449f724f55c9476222d3d to your computer and use it in GitHub Desktop.
Save ThaddeusJiang/b547627c7f5449f724f55c9476222d3d to your computer and use it in GitHub Desktop.
Parcel 课题 & 改进

未确认的 Parcel V1.6.0 重要特性

  • 开箱即用的 ES6+ (使用 Babel)
    • .babelrc 不需要了, 有特别配置时还需要。
  • 默认支持 JSX
  • 支持 Node 和 Electorn 构建
  • 支持 PWA 的 .webmanifest 文件

课题

  1. CSS Modules 无法配置 global。 Issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment