内容简介:Parcel 1.9.4 已发布,Parcel 是一款极速、零配置的 Web 应用打包工具。它无需安装插件,开箱即用,使用 worker 进程启用多核编译,同时有文件系统缓存,即使在重启构建后也能快速再编译。 更新内容 新增 Upgrad...
Parcel 1.9.4 已发布,Parcel 是一款极速、零配置的 Web 应用打包工具。它无需安装插件,开箱即用,使用 worker 进程启用多核编译,同时有文件系统缓存,即使在重启构建后也能快速再编译。
新增
Upgrade Typescript to 2.9 Details
Upgrade DEFAULT_ENGINES node to Node 8 Details
Add a buildError event to bundler Details
Use process.env.PARCEL_MAX_CONCURRENT_CALLS environment variable Details
修复
Fix Sass dependencies can not be watched when includePaths is a relative path Details
Replaced fwd slashes with backslashes for win to fix sass deps watch Details
Fix sourcemap file size in report Details
fix build not exiting in dev env Details
Prevent postcss-modules plugin config from being deleted after first run Details
源码下载:https://github.com/parcel-bundler/parcel/releases/tag/v1.9.4
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Ajax开发精要
柯自聪 / 电子工业出版社 / 2006 / 45.00
书籍目录: 概念篇 第1章 Ajax介绍 2 1.1 Ajax的由来 2 1.2 Ajax的定义 3 1.3 Web应用程序的解决方案 5 1.4 Ajax的工作方式 7 1.5 小结 8 第2章 B/S请求响应机制与Web开发模式 9 2.1 HTTP请求响应模型 9 2.2 B/S架构的请求响应机......一起来看看 《Ajax开发精要》 这本书的介绍吧!