Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

v1.8.0

Compare
Choose a tag to compare
@Darmody Darmody released this 05 Dec 05:21
· 1326 commits to master since this release

1.8.0 (2019-12-05)

Bug Fixes

  • 修复 ts 的配置文件 watch 时无法更新的问题 (6d1a040)
  • 修复 ts 的配置文件没有被 watch 的问题 (a5b009c)
  • 修复 ts 配置文件不支持使用 export default 导出的问题 (#447) (2157962)
  • 修复使用 babel.config.js 配置 preset-remax 时项目出错的问题 (9f41119)

Features

  • babel-preset-remax 增加 decorators 和 class-properties 配置项 (fe4d243)
  • remax.config.js 支持 compressTemplate 配置 (fbaa2b4), closes #416