Skip to content

umi@1.0.6

Compare
Choose a tag to compare
@sorrycc sorrycc released this 08 Mar 06:30
· 6998 commits to master since this release
  • umi test support extend jest config with jest.config.js, #182
  • feat(af-webpack): new config cssModulesWithAffix, #182
  • feat(umi): support config cwd with process.env.APP_ROOT, #184
  • fix: layout don't support ts, tsx and jsx affix, #187

  • umi test 支持通过 jest.config.js 进行扩展配置,#182
  • 新的 .webpackrc 配置项 cssModulesWithAffix,#182
  • 通过环境变量 APP_ROOT 支持 cwd 的配置,方便接入 egg,#184
  • 修复 layout 不支持 ts、tsx、jsx 后缀的问题, #187