Parcel 2.10.3 发布,零配置构建工具

Parcel 是用于 Web 的零配置构建工具。它将出色的开箱即用开发体验与可扩展的体系结构相结合,可将你的项目从零发展为大规模生产应用程序。

Parcel 2.10.3 已发布,具体更新内容包括:

Fixed

  • Core

    • 将先前递延的 assets 标记为 dirty for symbol prop -详细信息
    • 如果 bundling 期间发生错误,则将 bundle graph 写入缓存 -详细信息
    • 修复import * asexport *一起使用时出现的问题 -详细信息
    • 以块的形式写入缓存 -详细信息
    • 减少 RequestGraph 文件节点中的冗余 -详细信息
    • 修复依赖重定向时的歧义重导出问题 -详细信息
  • JavaScript

    • 修复模块内导出同名 member 的hasOwnProperty行为-详细信息
  • WebExtension

    • 如果 WebExt 没有 content_scripts,则不会崩溃 -详细信息
  • PostHTML, Pug, Stylus

更新说明:https://github.com/parcel-bundler/parcel/releases/tag/v2.10.3

猜你喜欢

转载自www.oschina.net/news/266591/parcel-2-10-3-released