Skip to content

v2.13.3

Choose a tag to compare

@github-actions github-actions released this 15 Apr 11:31

Release v2.13.3

Features:

  • #3431

    feat(builder): add assetsRetry.inlineScript config

    feat(builder): 新增 assetsRetry.inlineScript 配置项

Bug Fix:

  • #3447

    fix: should empty dist dir when execute deploy command

    fix: 应该清空 dist 目录,当执行 deploy 命令时

  • #3437

    fix(module-tools): missing postcss dependency

    fix(module-tools): 修复缺少 postcss 依赖的问题

  • #3442

    fix(builder): set camel2dashName properly

    fix(builder): 正确配置 transformImport babel 插件的 camel2dashName

  • #3440

    fix: inline-loader match path error in windows

    fix: inline-loader 在 windows 里路径匹配错误。

  • #3441

    fix(builder): devServer.client is not deep merged

    fix(builder): devServer.client 配置项未被 deep merged