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

v1.10.0

Compare
Choose a tag to compare
@Darmody Darmody released this 13 Dec 05:49
· 1283 commits to master since this release

1.10.0 (2019-12-13)

Bug Fixes

  • 修复 options.rootDir 读取错误的问题 (b43a2cf)
  • 修复有嵌套的 node_modules 时,自定义组件构建错误的问题 (04b00ae)
  • 修复未使用JSX方式调用自定义组件报错的问题 (#477) (1d31284), closes #326
  • 当配置的页面不存在时有提醒信息 (#483) (012a01d), closes #482

Features

  • 支持对 css 中的图片做 base64 处理 (#460) (127fb88), closes #448